qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org
Subject: Re: [Qemu-devel] [PULL 00/96] pci, pc, virtio fixes and cleanups
Date: Wed, 18 Feb 2015 23:03:53 +0100	[thread overview]
Message-ID: <20150218220353.GA1401@redhat.com> (raw)
In-Reply-To: <20150218214822.GA19487@redhat.com>

On Wed, Feb 18, 2015 at 10:48:22PM +0100, Michael S. Tsirkin wrote:
> On Wed, Feb 18, 2015 at 10:43:58PM +0100, Michael S. Tsirkin wrote:
> > A huge patchset, but the scariest part is Igor's patches,
> > and these have been used by multiple people by now.
> > virtio header change is a bit rushed, but getting them upstream
> > seems like the best way to give them the cross-platform
> > testing that they need, and this takes us a step closer to
> > virtio-1.0 support.
> 
> Ugh.
> Missed aarch64 failures this triggers :(
> Pls ignore for now, sorry about the noise.

OK, I think it's a false alarm - passes fine on all other machines,
and on this one, current master gives the same error:

GTESTER check-qtest-aarch64
qemu-system-aarch64: Unknown device 'gpex-pcihost' for default sysbus
Broken pipe
GTester: last random seed: R02Sf2b7ee633e245f2aa40572f893be1567

Peter, you'll run make check anyway - can you pls try merging,
and running make check - if it passes for you too,
then I think this pull is fine, and I'll figure out
what's wrong with this box some other day.

Pls let me know.
Thanks!

> > The following changes since commit cd2d5541271f1934345d8ca42f5fafff1744eee7:
> > 
> >   Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150212' into staging (2015-02-13 11:44:50 +0000)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream
> > 
> > for you to fetch changes up to 6b5e5a8361bdff0e75629b1001236d78f27676b6:
> > 
> >   acpi-test: update expected files (2015-02-18 22:29:26 +0100)
> > 
> > ----------------------------------------------------------------
> > pci, pc, virtio fixes and cleanups
> > 
> > Last large pull for soft freeze.
> > 
> > A bunch of fixes all over the place.
> > Most of ACPI refactoring has been merged.
> > 
> > virtio header cleanup has been merged,
> > now that windows has been build-tested with it.
> > 
> > initial patches from virtio-1.0 branch have been merged.
> > 
> > Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> > 
> > ----------------------------------------------------------------
> > Cornelia Huck (3):
> >       virtio: cull virtio_bus_set_vdev_features
> >       virtio: feature bit manipulation helpers
> >       virtio: add feature checking helpers
> > 
> > Igor Mammedov (43):
> >       acpi: move generic aml building helpers into dedictated file
> >       acpi: add build_append_namestring() helper
> >       acpi: drop min-bytes in build_package()
> >       pc: acpi-build: update linker on guest access
> >       pc: acpi-build: migrate RSDP table
> >       pc: acpi: use local var for accessing ACPI tables blob in acpi_build()
> >       acpi: introduce AML composer aml_append()
> >       acpi: add aml_scope() term
> >       pc: acpi-build: use aml_scope() for \_SB scope
> >       acpi: add aml_device() term
> >       acpi: add aml_method() term
> >       acpi: add aml_if() term
> >       acpi: add aml_name() & aml_name_decl() term
> >       acpi: add aml_int() term
> >       acpi: add aml_return() term
> >       acpi: add aml_arg() term
> >       acpi: add aml_store() term
> >       acpi: add aml_and() term
> >       acpi: add aml_notify() term
> >       acpi: add aml_call1(), aml_call2(), aml_call3(), aml_call4() helpers
> >       acpi: add aml_package() term
> >       pc: acpi-build: generate _S[345] packages dynamically
> >       acpi: add aml_buffer() term
> >       acpi: add aml_resource_template() helper
> >       acpi: add aml_io() helper
> >       acpi: include PkgLength size only when requested
> >       acpi: add aml_operation_region() term
> >       acpi: add aml_field() & aml_named_field() terms
> >       acpi: add aml_local() term
> >       acpi: add aml_string() term
> >       pc: acpi-build: generate pvpanic device description dynamically
> >       acpi: add aml_varpackage() term
> >       acpi: add aml_equal() term
> >       acpi: add aml_processor() term
> >       acpi: add aml_eisaid() term
> >       pc: acpi-build: drop template patching and CPU hotplug objects dynamically
> >       pc: acpi-build: create CPU hotplug IO region dynamically
> >       acpi: add aml_reserved_field() term
> >       pc: acpi-build: drop template patching and memory hotplug objects dynamically
> >       pc: acpi-build: create memory hotplug IO region dynamically
> >       acpi: add aml_word_bus_number(), aml_word_io(), aml_dword_memory(), aml_qword_memory() terms
> >       pc: pcihp: expose MMIO base and len as properties
> >       pc: acpi-build: reserve PCIHP MMIO resources
> > 
> > Markus Armbruster (11):
> >       pci: Convert core to realize
> >       pci: Permit incremental conversion of device models to realize
> >       pci: Trivial device model conversions to realize
> >       pcnet: pcnet_common_init() always returns 0, change to void
> >       pcnet: Convert to realize
> >       serial-pci: Convert to realize
> >       ide/ich: Convert to realize
> >       cirrus-vga: Convert to realize
> >       qxl: Convert to realize
> >       pci-assign: Convert to realize
> >       qdev: Don't exit when running into bad -global
> > 
> > Michael S. Tsirkin (32):
> >       acpi-build: fix memory leak with bridge hp off
> >       bios linker: validate pointer within table
> >       acpi: update RSDP on guest access
> >       exec: round up size on MR resize
> >       acpi-build: fix ACPI RAM management
> >       acpi: has_immutable_rsdp->!rsdp_in_ram
> >       acpi-build: simplify rsdp management for legacy
> >       scripts/update-linux-headers.sh: pull virtio hdrs
> >       include: import virtio headers from linux 4.0
> >       virtio: use standard virtio_ring.h
> >       virtio: use standard-headers
> >       virtio-balloon: use standard headers
> >       virtio-9p: use standard headers
> >       virtio-blk: switch to standard-headers
> >       virtio-net,tap: use standard-headers
> >       virtio-rng: use standard-headers
> >       virtio-scsi: use standard-headers
> >       virtio-serial: switch to standard-headers
> >       update-linux-headers: use standard-headers
> >       linux-headers: use standard-headers
> >       virtio-pci: use standard headers
> >       scripts: add arch specific standard-headers
> >       standard-headers: add s390 virtio headers
> >       s390: use standard headers
> >       acpi-build: skip hotplugged bridges
> >       update-linux-headers.sh: s/__inline__/inline/
> >       virtio-serial-bus.c: drop virtio_ids.h
> >       standard-headers: include stdint.h
> >       virtio_ring.h: s/__inline__/inline/
> >       acpi: update generated hex files
> >       acpi: drop unused generated files
> >       acpi-test: update expected files
> > 
> > Peter Krempa (2):
> >       vl.c: Fix error messages when parsing maxmem parameters
> >       pc: memory: Validate alignment of maxram_size to page size
> > 
> > Tang Chen (5):
> >       acpi, pc: Add hotunplug request cb for pc machine.
> >       acpi, ich9: Add hotunplug request cb for ich9.
> >       acpi, pc: Add unplug cb for pc machine.
> >       acpi, ich9: Add unplug cb for ich9.
> >       acpi, piix4: Add unplug cb for piix4.
> > 
> >  hw/9pfs/virtio-9p.h                                |  18 +-
> >  hw/net/pcnet.h                                     |   2 +-
> >  hw/s390x/s390-virtio-bus.h                         |  36 +-
> >  hw/s390x/s390-virtio.h                             |   7 +-
> >  include/hw/acpi/aml-build.h                        | 206 +++++
> >  include/hw/acpi/ich9.h                             |   4 +
> >  include/hw/acpi/pc-hotplug.h                       |   1 +
> >  include/hw/acpi/pcihp.h                            |   7 +-
> >  include/hw/i386/pc.h                               |   1 +
> >  include/hw/pci/pci.h                               |   3 +-
> >  include/hw/qdev-properties.h                       |   4 +-
> >  include/hw/virtio/dataplane/vring.h                |   2 +-
> >  include/hw/virtio/virtio-balloon.h                 |  35 +-
> >  include/hw/virtio/virtio-blk.h                     |  77 +-
> >  include/hw/virtio/virtio-bus.h                     |   3 -
> >  include/hw/virtio/virtio-net.h                     | 151 +---
> >  include/hw/virtio/virtio-rng.h                     |   4 +-
> >  include/hw/virtio/virtio-scsi.h                    | 120 +--
> >  include/hw/virtio/virtio-serial.h                  |  40 +-
> >  include/hw/virtio/virtio.h                         |  71 +-
> >  include/net/tap.h                                  |  24 +-
> >  include/standard-headers/asm-s390/kvm_virtio.h     |  64 ++
> >  include/standard-headers/asm-s390/virtio-ccw.h     |  21 +
> >  include/standard-headers/linux/if_ether.h          |   1 +
> >  include/standard-headers/linux/types.h             |   2 +
> >  include/standard-headers/linux/virtio_9p.h         |  44 ++
> >  include/standard-headers/linux/virtio_balloon.h    |  59 ++
> >  include/standard-headers/linux/virtio_blk.h        | 143 ++++
> >  include/standard-headers/linux/virtio_config.h     |  64 ++
> >  include/standard-headers/linux/virtio_console.h    |  78 ++
> >  include/standard-headers/linux/virtio_ids.h        |  43 +
> >  include/standard-headers/linux/virtio_net.h        | 233 ++++++
> >  include/standard-headers/linux/virtio_pci.h        | 193 +++++
> >  .../linux}/virtio_ring.h                           | 132 ++--
> >  include/standard-headers/linux/virtio_rng.h        |   8 +
> >  include/standard-headers/linux/virtio_scsi.h       | 164 ++++
> >  include/standard-headers/linux/virtio_types.h      |  46 ++
> >  linux-headers/linux/virtio_config.h                |  58 +-
> >  linux-headers/linux/virtio_ring.h                  | 164 +---
> >  exec.c                                             |   2 +
> >  hw/9pfs/virtio-9p-device.c                         |   2 +-
> >  hw/acpi/aml-build.c                                | 867 +++++++++++++++++++++
> >  hw/acpi/bios-linker-loader.c                       |   4 +-
> >  hw/acpi/ich9.c                                     |  14 +
> >  hw/acpi/pcihp.c                                    |  18 +-
> >  hw/acpi/piix4.c                                    |  15 +-
> >  hw/audio/ac97.c                                    |   5 +-
> >  hw/audio/es1370.c                                  |   5 +-
> >  hw/audio/intel-hda.c                               |   6 +-
> >  hw/block/virtio-blk.c                              |  31 +-
> >  hw/char/serial-pci.c                               |  22 +-
> >  hw/char/virtio-serial-bus.c                        |   4 +-
> >  hw/core/qdev-properties.c                          |  21 +-
> >  hw/core/qdev.c                                     |   8 +-
> >  hw/display/cirrus_vga.c                            |  11 +-
> >  hw/display/qxl.c                                   |  36 +-
> >  hw/display/vga-pci.c                               |  11 +-
> >  hw/display/vmware_vga.c                            |   6 +-
> >  hw/i2c/smbus_ich9.c                                |   5 +-
> >  hw/i386/acpi-build.c                               | 750 +++++++++---------
> >  hw/i386/kvm/pci-assign.c                           |  10 +-
> >  hw/i386/pc.c                                       |  23 +
> >  hw/i386/pc_piix.c                                  |   3 +
> >  hw/i386/pc_q35.c                                   |   3 +
> >  hw/ide/cmd646.c                                    |   5 +-
> >  hw/ide/ich.c                                       |  13 +-
> >  hw/ide/piix.c                                      |  10 +-
> >  hw/ide/via.c                                       |   6 +-
> >  hw/ipack/tpci200.c                                 |   6 +-
> >  hw/isa/i82378.c                                    |   6 +-
> >  hw/isa/lpc_ich9.c                                  |  14 +-
> >  hw/isa/piix4.c                                     |   5 +-
> >  hw/isa/vt82c686.c                                  |  24 +-
> >  hw/misc/pci-testdev.c                              |   6 +-
> >  hw/net/e1000.c                                     |   6 +-
> >  hw/net/eepro100.c                                  |   6 +-
> >  hw/net/lance.c                                     |   3 +-
> >  hw/net/ne2000.c                                    |   6 +-
> >  hw/net/pcnet-pci.c                                 |   6 +-
> >  hw/net/pcnet.c                                     |   4 +-
> >  hw/net/rtl8139.c                                   |   6 +-
> >  hw/net/vhost_net.c                                 |   2 +-
> >  hw/net/virtio-net.c                                |  57 +-
> >  hw/net/vmxnet3.c                                   |   6 +-
> >  hw/pci-bridge/dec.c                                |   5 +-
> >  hw/pci-host/apb.c                                  |   5 +-
> >  hw/pci-host/bonito.c                               |   6 +-
> >  hw/pci-host/grackle.c                              |   5 +-
> >  hw/pci-host/piix.c                                 |  12 +-
> >  hw/pci-host/ppce500.c                              |   6 +-
> >  hw/pci-host/prep.c                                 |   6 +-
> >  hw/pci-host/q35.c                                  |   5 +-
> >  hw/pci-host/uninorth.c                             |  20 +-
> >  hw/pci-host/versatile.c                            |   5 +-
> >  hw/pci/pci.c                                       | 113 +--
> >  hw/s390x/virtio-ccw.c                              |   7 +-
> >  hw/scsi/virtio-scsi.c                              |   9 +-
> >  hw/sd/sdhci.c                                      |   5 +-
> >  hw/usb/hcd-ehci-pci.c                              |   6 +-
> >  hw/usb/hcd-xhci.c                                  |   6 +-
> >  hw/virtio/dataplane/vring.c                        |  10 +-
> >  hw/virtio/virtio-balloon.c                         |   2 +-
> >  hw/virtio/virtio-bus.c                             |  14 -
> >  hw/virtio/virtio-mmio.c                            |   2 +-
> >  hw/virtio/virtio-pci.c                             |  58 +-
> >  hw/virtio/virtio.c                                 |  33 +-
> >  hw/watchdog/wdt_i6300esb.c                         |   6 +-
> >  vl.c                                               |  34 +-
> >  hw/acpi/Makefile.objs                              |   1 +
> >  hw/i386/Makefile.objs                              |   6 +-
> >  hw/i386/acpi-dsdt-cpu-hotplug.dsl                  |  17 +-
> >  hw/i386/acpi-dsdt-mem-hotplug.dsl                  |  36 +-
> >  hw/i386/acpi-dsdt.hex.generated                    | 224 +-----
> >  hw/i386/q35-acpi-dsdt.hex.generated                | 224 +-----
> >  hw/i386/ssdt-mem.dsl                               |  77 --
> >  hw/i386/ssdt-mem.hex.generated                     | 213 -----
> >  hw/i386/ssdt-misc.dsl                              |  82 --
> >  hw/i386/ssdt-misc.hex.generated                    | 274 +------
> >  hw/i386/ssdt-proc.dsl                              |  63 --
> >  hw/i386/ssdt-proc.hex.generated                    | 134 ----
> >  scripts/update-linux-headers.sh                    |  52 +-
> >  tests/acpi-test-data/pc/DSDT                       | Bin 3621 -> 3415 bytes
> >  tests/acpi-test-data/pc/SSDT                       | Bin 2279 -> 2374 bytes
> >  tests/acpi-test-data/q35/DSDT                      | Bin 8211 -> 8005 bytes
> >  tests/acpi-test-data/q35/SSDT                      | Bin 560 -> 578 bytes
> >  125 files changed, 3236 insertions(+), 2959 deletions(-)
> >  create mode 100644 include/hw/acpi/aml-build.h
> >  create mode 100644 include/standard-headers/asm-s390/kvm_virtio.h
> >  create mode 100644 include/standard-headers/asm-s390/virtio-ccw.h
> >  create mode 100644 include/standard-headers/linux/if_ether.h
> >  create mode 100644 include/standard-headers/linux/types.h
> >  create mode 100644 include/standard-headers/linux/virtio_9p.h
> >  create mode 100644 include/standard-headers/linux/virtio_balloon.h
> >  create mode 100644 include/standard-headers/linux/virtio_blk.h
> >  create mode 100644 include/standard-headers/linux/virtio_config.h
> >  create mode 100644 include/standard-headers/linux/virtio_console.h
> >  create mode 100644 include/standard-headers/linux/virtio_ids.h
> >  create mode 100644 include/standard-headers/linux/virtio_net.h
> >  create mode 100644 include/standard-headers/linux/virtio_pci.h
> >  rename include/{hw/virtio => standard-headers/linux}/virtio_ring.h (61%)
> >  create mode 100644 include/standard-headers/linux/virtio_rng.h
> >  create mode 100644 include/standard-headers/linux/virtio_scsi.h
> >  create mode 100644 include/standard-headers/linux/virtio_types.h
> >  create mode 100644 hw/acpi/aml-build.c
> >  delete mode 100644 hw/i386/ssdt-mem.dsl
> >  delete mode 100644 hw/i386/ssdt-mem.hex.generated
> >  delete mode 100644 hw/i386/ssdt-proc.dsl
> >  delete mode 100644 hw/i386/ssdt-proc.hex.generated
> > 

  reply	other threads:[~2015-02-18 22:04 UTC|newest]

Thread overview: 111+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-18 21:43 [Qemu-devel] [PULL 00/96] pci, pc, virtio fixes and cleanups Michael S. Tsirkin
2015-02-18 21:44 ` [Qemu-devel] [PULL 01/96] acpi-build: fix memory leak with bridge hp off Michael S. Tsirkin
2015-02-18 21:44 ` [Qemu-devel] [PULL 02/96] bios linker: validate pointer within table Michael S. Tsirkin
2015-02-18 21:44 ` [Qemu-devel] [PULL 03/96] acpi: move generic aml building helpers into dedictated file Michael S. Tsirkin
2015-02-18 21:44 ` [Qemu-devel] [PULL 04/96] acpi: add build_append_namestring() helper Michael S. Tsirkin
2015-02-18 21:44 ` [Qemu-devel] [PULL 05/96] acpi: drop min-bytes in build_package() Michael S. Tsirkin
2015-02-18 21:44 ` [Qemu-devel] [PULL 06/96] pci: Convert core to realize Michael S. Tsirkin
2015-02-18 21:44 ` [Qemu-devel] [PULL 07/96] pci: Permit incremental conversion of device models " Michael S. Tsirkin
2015-02-18 21:44 ` [Qemu-devel] [PULL 08/96] pci: Trivial device model conversions " Michael S. Tsirkin
2015-02-18 21:44 ` [Qemu-devel] [PULL 09/96] pcnet: pcnet_common_init() always returns 0, change to void Michael S. Tsirkin
2015-02-18 21:45 ` [Qemu-devel] [PULL 10/96] pcnet: Convert to realize Michael S. Tsirkin
2015-02-18 21:45 ` [Qemu-devel] [PULL 11/96] serial-pci: " Michael S. Tsirkin
2015-02-18 21:45 ` [Qemu-devel] [PULL 12/96] ide/ich: " Michael S. Tsirkin
2015-02-18 21:45 ` [Qemu-devel] [PULL 13/96] cirrus-vga: " Michael S. Tsirkin
2015-02-18 21:45 ` [Qemu-devel] [PULL 14/96] qxl: " Michael S. Tsirkin
2015-02-18 21:45 ` [Qemu-devel] [PULL 15/96] pci-assign: " Michael S. Tsirkin
2015-02-18 21:45 ` [Qemu-devel] [PULL 16/96] qdev: Don't exit when running into bad -global Michael S. Tsirkin
2015-02-18 21:45 ` [Qemu-devel] [PULL 17/96] acpi, pc: Add hotunplug request cb for pc machine Michael S. Tsirkin
2015-02-18 21:45 ` [Qemu-devel] [PULL 18/96] acpi, ich9: Add hotunplug request cb for ich9 Michael S. Tsirkin
2015-02-18 21:45 ` [Qemu-devel] [PULL 19/96] acpi, pc: Add unplug cb for pc machine Michael S. Tsirkin
2015-02-18 21:46 ` [Qemu-devel] [PULL 20/96] acpi, ich9: Add unplug cb for ich9 Michael S. Tsirkin
2015-02-18 21:46 ` [Qemu-devel] [PULL 21/96] acpi, piix4: Add unplug cb for piix4 Michael S. Tsirkin
2015-02-18 21:46 ` [Qemu-devel] [PULL 22/96] vl.c: Fix error messages when parsing maxmem parameters Michael S. Tsirkin
2015-02-18 21:46 ` [Qemu-devel] [PULL 23/96] pc: memory: Validate alignment of maxram_size to page size Michael S. Tsirkin
2015-02-18 21:46 ` [Qemu-devel] [PULL 24/96] acpi: update RSDP on guest access Michael S. Tsirkin
2015-02-18 21:46 ` [Qemu-devel] [PULL 25/96] pc: acpi-build: update linker " Michael S. Tsirkin
2015-02-18 21:46 ` [Qemu-devel] [PULL 26/96] pc: acpi-build: migrate RSDP table Michael S. Tsirkin
2015-02-18 21:46 ` [Qemu-devel] [PULL 27/96] exec: round up size on MR resize Michael S. Tsirkin
2015-02-18 21:46 ` [Qemu-devel] [PULL 28/96] acpi-build: fix ACPI RAM management Michael S. Tsirkin
2015-02-18 21:46 ` [Qemu-devel] [PULL 29/96] acpi: has_immutable_rsdp->!rsdp_in_ram Michael S. Tsirkin
2015-02-18 21:47 ` [Qemu-devel] [PULL 30/96] acpi-build: simplify rsdp management for legacy Michael S. Tsirkin
2015-02-18 21:47 ` [Qemu-devel] [PULL 31/96] scripts/update-linux-headers.sh: pull virtio hdrs Michael S. Tsirkin
2015-02-18 21:47 ` [Qemu-devel] [PULL 32/96] include: import virtio headers from linux 4.0 Michael S. Tsirkin
2015-02-18 21:47 ` [Qemu-devel] [PULL 33/96] virtio: use standard virtio_ring.h Michael S. Tsirkin
2015-02-18 21:47 ` [Qemu-devel] [PULL 34/96] virtio: use standard-headers Michael S. Tsirkin
2015-02-18 21:47 ` [Qemu-devel] [PULL 35/96] virtio-balloon: use standard headers Michael S. Tsirkin
2015-02-18 21:47 ` [Qemu-devel] [PULL 36/96] virtio-9p: " Michael S. Tsirkin
2015-02-18 21:47 ` [Qemu-devel] [PULL 37/96] virtio-blk: switch to standard-headers Michael S. Tsirkin
2015-02-18 21:47 ` [Qemu-devel] [PULL 38/96] virtio-net,tap: use standard-headers Michael S. Tsirkin
2015-02-18 21:48 ` [Qemu-devel] [PULL 39/96] virtio-rng: " Michael S. Tsirkin
2015-02-18 21:48 ` [Qemu-devel] [PULL 40/96] virtio-scsi: " Michael S. Tsirkin
2015-03-11  7:14   ` Fam Zheng
2015-03-11  8:31     ` Michael S. Tsirkin
2015-03-11  9:48       ` Paolo Bonzini
2015-03-11 12:25         ` Michael S. Tsirkin
2015-02-18 21:48 ` [Qemu-devel] [PULL 41/96] virtio-serial: switch to standard-headers Michael S. Tsirkin
2015-02-18 21:48 ` [Qemu-devel] [PULL 42/96] update-linux-headers: use standard-headers Michael S. Tsirkin
2015-02-18 21:48 ` [Qemu-devel] [PULL 43/96] linux-headers: " Michael S. Tsirkin
2015-02-18 21:48 ` [Qemu-devel] [PULL 00/96] pci, pc, virtio fixes and cleanups Michael S. Tsirkin
2015-02-18 22:03   ` Michael S. Tsirkin [this message]
2015-02-19  7:58     ` Michael S. Tsirkin
2015-02-19  8:23     ` Peter Maydell
2015-02-18 21:48 ` [Qemu-devel] [PULL 44/96] virtio-pci: use standard headers Michael S. Tsirkin
2015-02-18 21:48 ` [Qemu-devel] [PULL 45/96] scripts: add arch specific standard-headers Michael S. Tsirkin
2015-02-18 21:48 ` [Qemu-devel] [PULL 46/96] standard-headers: add s390 virtio headers Michael S. Tsirkin
2015-02-18 21:48 ` [Qemu-devel] [PULL 47/96] s390: use standard headers Michael S. Tsirkin
2015-02-18 21:48 ` [Qemu-devel] [PULL 48/96] virtio: cull virtio_bus_set_vdev_features Michael S. Tsirkin
2015-02-18 21:48 ` [Qemu-devel] [PULL 49/96] virtio: feature bit manipulation helpers Michael S. Tsirkin
2015-02-18 21:49 ` [Qemu-devel] [PULL 50/96] virtio: add feature checking helpers Michael S. Tsirkin
2015-02-18 21:49 ` [Qemu-devel] [PULL 51/96] acpi-build: skip hotplugged bridges Michael S. Tsirkin
2015-02-18 21:49 ` [Qemu-devel] [PULL 52/96] pc: acpi: use local var for accessing ACPI tables blob in acpi_build() Michael S. Tsirkin
2015-02-18 21:49 ` [Qemu-devel] [PULL 53/96] update-linux-headers.sh: s/__inline__/inline/ Michael S. Tsirkin
2015-02-18 21:49 ` [Qemu-devel] [PULL 54/96] virtio-serial-bus.c: drop virtio_ids.h Michael S. Tsirkin
2015-02-18 21:49 ` [Qemu-devel] [PULL 55/96] standard-headers: include stdint.h Michael S. Tsirkin
2015-02-18 21:49 ` [Qemu-devel] [PULL 56/96] virtio_ring.h: s/__inline__/inline/ Michael S. Tsirkin
2015-02-18 21:49 ` [Qemu-devel] [PULL 57/96] acpi: introduce AML composer aml_append() Michael S. Tsirkin
2015-02-18 21:49 ` [Qemu-devel] [PULL 58/96] acpi: add aml_scope() term Michael S. Tsirkin
2015-02-18 21:49 ` [Qemu-devel] [PULL 59/96] pc: acpi-build: use aml_scope() for \_SB scope Michael S. Tsirkin
2015-02-18 21:49 ` [Qemu-devel] [PULL 60/96] acpi: add aml_device() term Michael S. Tsirkin
2015-02-18 21:50 ` [Qemu-devel] [PULL 61/96] acpi: add aml_method() term Michael S. Tsirkin
2015-02-18 21:50 ` [Qemu-devel] [PULL 62/96] acpi: add aml_if() term Michael S. Tsirkin
2015-02-18 21:50 ` [Qemu-devel] [PULL 63/96] acpi: add aml_name() & aml_name_decl() term Michael S. Tsirkin
2015-02-18 21:50 ` [Qemu-devel] [PULL 64/96] acpi: add aml_int() term Michael S. Tsirkin
2015-02-18 21:50 ` [Qemu-devel] [PULL 65/96] acpi: add aml_return() term Michael S. Tsirkin
2015-02-18 21:50 ` [Qemu-devel] [PULL 66/96] acpi: add aml_arg() term Michael S. Tsirkin
2015-02-18 21:50 ` [Qemu-devel] [PULL 67/96] acpi: add aml_store() term Michael S. Tsirkin
2015-02-18 21:50 ` [Qemu-devel] [PULL 68/96] acpi: add aml_and() term Michael S. Tsirkin
2015-02-18 21:50 ` [Qemu-devel] [PULL 69/96] acpi: add aml_notify() term Michael S. Tsirkin
2015-02-18 21:50 ` [Qemu-devel] [PULL 70/96] acpi: add aml_call1(), aml_call2(), aml_call3(), aml_call4() helpers Michael S. Tsirkin
2015-02-18 21:50 ` [Qemu-devel] [PULL 71/96] acpi: add aml_package() term Michael S. Tsirkin
2015-02-18 21:50 ` [Qemu-devel] [PULL 72/96] pc: acpi-build: generate _S[345] packages dynamically Michael S. Tsirkin
2015-02-18 21:51 ` [Qemu-devel] [PULL 73/96] acpi: add aml_buffer() term Michael S. Tsirkin
2015-02-18 21:51 ` [Qemu-devel] [PULL 74/96] acpi: add aml_resource_template() helper Michael S. Tsirkin
2015-02-18 21:51 ` [Qemu-devel] [PULL 75/96] acpi: add aml_io() helper Michael S. Tsirkin
2015-02-18 21:51 ` [Qemu-devel] [PULL 76/96] acpi: include PkgLength size only when requested Michael S. Tsirkin
2015-02-18 21:51 ` [Qemu-devel] [PULL 77/96] acpi: add aml_operation_region() term Michael S. Tsirkin
2015-02-18 21:51 ` [Qemu-devel] [PULL 78/96] acpi: add aml_field() & aml_named_field() terms Michael S. Tsirkin
2015-02-18 21:51 ` [Qemu-devel] [PULL 79/96] acpi: add aml_local() term Michael S. Tsirkin
2015-02-18 21:51 ` [Qemu-devel] [PULL 80/96] acpi: add aml_string() term Michael S. Tsirkin
2015-02-18 21:51 ` [Qemu-devel] [PULL 81/96] pc: acpi-build: generate pvpanic device description dynamically Michael S. Tsirkin
2015-02-18 21:51 ` [Qemu-devel] [PULL 82/96] acpi: add aml_varpackage() term Michael S. Tsirkin
2015-02-18 21:51 ` [Qemu-devel] [PULL 83/96] acpi: add aml_equal() term Michael S. Tsirkin
2015-02-18 21:51 ` [Qemu-devel] [PULL 84/96] acpi: add aml_processor() term Michael S. Tsirkin
2015-02-18 21:52 ` [Qemu-devel] [PULL 85/96] acpi: add aml_eisaid() term Michael S. Tsirkin
2015-02-18 21:52 ` [Qemu-devel] [PULL 86/96] pc: acpi-build: drop template patching and CPU hotplug objects dynamically Michael S. Tsirkin
2015-02-18 21:52 ` [Qemu-devel] [PULL 87/96] pc: acpi-build: create CPU hotplug IO region dynamically Michael S. Tsirkin
2015-02-18 21:52 ` [Qemu-devel] [PULL 88/96] acpi: add aml_reserved_field() term Michael S. Tsirkin
2015-02-18 21:52 ` [Qemu-devel] [PULL 89/96] pc: acpi-build: drop template patching and memory hotplug objects dynamically Michael S. Tsirkin
2015-02-18 21:52 ` [Qemu-devel] [PULL 90/96] pc: acpi-build: create memory hotplug IO region dynamically Michael S. Tsirkin
2015-02-18 21:52 ` [Qemu-devel] [PULL 91/96] acpi: add aml_word_bus_number(), aml_word_io(), aml_dword_memory(), aml_qword_memory() terms Michael S. Tsirkin
2015-02-18 21:52 ` [Qemu-devel] [PULL 92/96] pc: pcihp: expose MMIO base and len as properties Michael S. Tsirkin
2015-02-18 21:52 ` [Qemu-devel] [PULL 93/96] pc: acpi-build: reserve PCIHP MMIO resources Michael S. Tsirkin
2015-02-18 21:52 ` [Qemu-devel] [PULL 94/96] acpi: update generated hex files Michael S. Tsirkin
2015-02-18 21:53 ` [Qemu-devel] [PULL 95/96] acpi: drop unused generated files Michael S. Tsirkin
2015-02-18 21:53 ` [Qemu-devel] [PULL 96/96] acpi-test: update expected files Michael S. Tsirkin
2015-02-24 16:47 ` [Qemu-devel] [PULL 00/96] pci, pc, virtio fixes and cleanups Michael S. Tsirkin
2015-02-26 11:17 ` Peter Maydell
2015-02-26 11:41   ` Michael S. Tsirkin
2015-02-26 11:59     ` Peter Maydell
2015-02-26 12:06       ` Michael S. Tsirkin
2015-02-26 11:53   ` Michael S. Tsirkin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150218220353.GA1401@redhat.com \
    --to=mst@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).