summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-07-29Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160729' into stagingPeter Maydell1-1/+1
2016-07-29Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160729' into...Peter Maydell1-18/+9
2016-07-29Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell15-200/+350
2016-07-29mptsas: Fix a migration compatible issueCao jin1-1/+1
2016-07-29vhost: do not update last avail idx on get_vring_base() failureMarc-André Lureau1-1/+2
2016-07-29spapr: Prevent boot CPU core removalBharata B Rao1-0/+5
2016-07-29Revert "spapr: Ensure CPU cores are added contiguously and removed in LIFO or...David Gibson1-19/+1
2016-07-29spapr: init CPUState->cpu_index with index relative to core-idIgor Mammedov1-0/+4
2016-07-28ide: fix halted IO segfault at resetJohn Snow1-0/+1
2016-07-29vhost: add vhost_net_set_backend()Marc-André Lureau2-6/+13
2016-07-29vhost-user: add error report in vhost_user_write()Marc-André Lureau1-3/+10
2016-07-29vhost: add assert() to check runtime behaviourMarc-André Lureau1-0/+9
2016-07-29vhost-net: vhost_migration_done is vhost-user specificMarc-André Lureau1-5/+3
2016-07-29Revert "vhost-net: do not crash if backend is not present"Marc-André Lureau1-6/+1
2016-07-29vhost-user: add get_vhost_net() assertionsMarc-André Lureau1-0/+1
2016-07-29vhost-user: keep vhost_net after a disconnectionMarc-André Lureau1-1/+0
2016-07-29vhost-user: check vhost_user_{read,write}() return valueMarc-André Lureau1-16/+34
2016-07-29vhost-user: check qemu_chr_fe_set_msgfds() return valueMarc-André Lureau1-1/+3
2016-07-29vhost-user: call set_msgfds unconditionallyMarc-André Lureau1-3/+1
2016-07-29vhost: use error_report() instead of fprintf(stderr,...)Marc-André Lureau1-10/+9
2016-07-29vhost: add missing VHOST_OPS_DEBUGMarc-André Lureau1-2/+15
2016-07-29vhost: do not assert() on vhost_ops failureMarc-André Lureau1-17/+32
2016-07-29vhost: fix calling vhost_dev_cleanup() after vhost_dev_init()Marc-André Lureau1-11/+6
2016-07-29vhost-net: always call vhost_dev_cleanup() on failureMarc-André Lureau1-3/+3
2016-07-29vhost: make vhost_dev_cleanup() idempotentMarc-André Lureau1-1/+6
2016-07-29vhost: fix cleanup on not fully initialized deviceMarc-André Lureau1-3/+6
2016-07-29vhost: assert the log was cleaned upMarc-André Lureau1-0/+1
2016-07-29vhost: make vhost_log_put() idempotentMarc-André Lureau1-5/+2
2016-07-29vhost: don't assume opaque is a fd, use backend cleanupMarc-André Lureau1-9/+7
2016-07-29misc: indentationMarc-André Lureau1-1/+1
2016-07-29virtio: check vring descriptor buffer lengthPrasad J Pandit1-0/+5
2016-07-29hw/virtio-pci: fix virtio behaviourMarcel Apfelbaum4-26/+37
2016-07-29apb: convert init to realizeWei Jiangang1-3/+2
2016-07-29hw/pci-bridge: Convert pxb initialization functions to ErrorWei Jiangang1-27/+25
2016-07-29hw/apci: handle 64-bit MMIO regions correctlyMarcel Apfelbaum1-9/+45
2016-07-29acpi: refactor pxb crs computationMarcel Apfelbaum1-31/+50
2016-07-29hw/acpi: fix a DSDT table issue when a pxb is present.Marcel Apfelbaum1-0/+4
2016-07-29hw/pxb: declare pxb devices as not hot-pluggableMarcel Apfelbaum1-0/+2
2016-07-29hw/pcie-root-port: Fix PCIe root port initializationMarcel Apfelbaum1-0/+1
2016-07-29pcie: fix link active status bit migrationMichael S. Tsirkin2-6/+20
2016-07-28hw/mips_malta: Fix YAMON API print routinePaul Burton1-1/+1
2016-07-27Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell4-37/+16
2016-07-27qdev: ignore GlobalProperty.errp for hotplugged devicesGreg Kurz1-2/+2
2016-07-27machine: Add comment to abort path in machine_set_kernel_irqchipGreg Kurz1-0/+3
2016-07-27virtio: error out if guest exceeds virtqueue sizeStefan Hajnoczi1-0/+5
2016-07-26Revert "pc: Enforce adding CPUs contiguously and removing them in opposite or...Igor Mammedov1-34/+0
2016-07-26pc: Init CPUState->cpu_index with index in possible_cpus[]Igor Mammedov1-0/+4
2016-07-26qdev: Fix object reference leak in case device.realize() failsIgor Mammedov1-1/+7
2016-07-25spapr: disintricate core-id from DT semanticsGreg Kurz2-18/+16
2016-07-25spapr: fix spapr-nvram migrationlvivier@redhat.com1-8/+15