mbox

[PULL,0/5] Trivial patches for 22 February to 8 March 2013

Message ID 1362736116-31460-1-git-send-email-stefanha@redhat.com
State New
Headers show

Pull-request

git://github.com/stefanha/qemu.git trivial-patches

Message

Stefan Hajnoczi March 8, 2013, 9:48 a.m. UTC
The following changes since commit 0bc472a9d6b80567c212023c5eae413f4dfb53ad:

  hw/nand.c: correct the sense of the BUSY/READY status bit (2013-03-07 09:27:11 +0100)

are available in the git repository at:

  git://github.com/stefanha/qemu.git trivial-patches

for you to fetch changes up to 5ccbb63abba9034b265a34282ccf4ae2164df501:

  osdep: replace setsockopt by qemu_setsockopt (2013-03-08 10:46:00 +0100)

----------------------------------------------------------------
Lei Li (2):
      Fix the wrong description in qemu manual
      osdep: replace setsockopt by qemu_setsockopt

Michal Privoznik (1):
      configure: Require at least spice-protocol-0.12.3

Peter Maydell (1):
      pci_host: Drop write-only address_space field

Stefan Berger (1):
      rng-random: Use qemu_open / qemu_close

 backends/rng-random.c | 4 ++--
 configure             | 2 +-
 hw/pci/pci_host.h     | 1 -
 hw/piix_pci.c         | 1 -
 hw/ppc/prep.c         | 1 -
 qemu-options.hx       | 2 +-
 util/osdep.c          | 4 ++--
 7 files changed, 6 insertions(+), 9 deletions(-)

Comments

Stefan Hajnoczi March 8, 2013, 12:14 p.m. UTC | #1
On Fri, Mar 8, 2013 at 10:48 AM, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> The following changes since commit 0bc472a9d6b80567c212023c5eae413f4dfb53ad:
>
>   hw/nand.c: correct the sense of the BUSY/READY status bit (2013-03-07 09:27:11 +0100)
>
> are available in the git repository at:
>
>   git://github.com/stefanha/qemu.git trivial-patches
>
> for you to fetch changes up to 5ccbb63abba9034b265a34282ccf4ae2164df501:
>
>   osdep: replace setsockopt by qemu_setsockopt (2013-03-08 10:46:00 +0100)

Please ignore this pull request.  I will resend with missing patches
that I dropped by accident.

Stefan