mbox

[PULL,0/4] Trivial patches for May 16 to May 20

Message ID 1306101677-26631-1-git-send-email-stefanha@linux.vnet.ibm.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/stefanha.git trivial-patches

Message

Stefan Hajnoczi May 22, 2011, 10:01 p.m. UTC
The following changes since commit dcfd14b3741983c466ad92fa2ae91eeafce3e5d5:

  Delete unused tb_invalidate_page_range (2011-05-22 10:47:28 +0000)

are available in the git repository at:
  git://repo.or.cz/qemu/stefanha.git trivial-patches

I must have lost Stefan Weil's patch last pull request.  He noticed and it has
been added.

Peter Maydell (2):
      hw/realview.c: Remove duplicate #include line
      hw/sd.c: Don't complain about SDIO commands CMD52/CMD53

Stefan Weil (1):
      Fix typos in comments (chek -> check)

TeLeMan (1):
      piix_pci: fix piix3_set_irq_pic()

 exec.c            |    2 +-
 hw/piix_pci.c     |    2 +-
 hw/realview.c     |    1 -
 hw/sd.c           |   11 +++++++++++
 target-ppc/STATUS |    2 +-
 5 files changed, 14 insertions(+), 4 deletions(-)

Comments

Aurelien Jarno May 23, 2011, 9:35 p.m. UTC | #1
On Sun, May 22, 2011 at 11:01:13PM +0100, Stefan Hajnoczi wrote:
> The following changes since commit dcfd14b3741983c466ad92fa2ae91eeafce3e5d5:
> 
>   Delete unused tb_invalidate_page_range (2011-05-22 10:47:28 +0000)
> 
> are available in the git repository at:
>   git://repo.or.cz/qemu/stefanha.git trivial-patches
> 
> I must have lost Stefan Weil's patch last pull request.  He noticed and it has
> been added.
> 
> Peter Maydell (2):
>       hw/realview.c: Remove duplicate #include line
>       hw/sd.c: Don't complain about SDIO commands CMD52/CMD53
> 
> Stefan Weil (1):
>       Fix typos in comments (chek -> check)
> 
> TeLeMan (1):
>       piix_pci: fix piix3_set_irq_pic()
> 
>  exec.c            |    2 +-
>  hw/piix_pci.c     |    2 +-
>  hw/realview.c     |    1 -
>  hw/sd.c           |   11 +++++++++++
>  target-ppc/STATUS |    2 +-
>  5 files changed, 14 insertions(+), 4 deletions(-)
> 

Thanks, pulled.