summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-06hw/pci: ensure that only PCI/PCIe bridges can be attached to pxb/pxb-pcie dev...Marcel Apfelbaum1-0/+7
2016-02-06vhost-user-test: use correct ROM to speed up and avoid spurious failuresPaolo Bonzini1-3/+2
2016-02-06hw/pxb: add pxb devices to the bridge categoryMarcel Apfelbaum1-0/+2
2016-02-06virtio: combine write of an entry into used ringVincenzo Maffione1-13/+12
2016-02-06virtio: read avail_idx from VQ only when necessaryVincenzo Maffione1-4/+22
2016-02-06virtio: cache used_idx in a VirtQueue fieldVincenzo Maffione1-3/+9
2016-02-06virtio: combine the read of a descriptorPaolo Bonzini1-51/+35
2016-02-06vring: slim down allocation of VirtQueueElementsPaolo Bonzini1-17/+36
2016-02-06virtio: slim down allocation of VirtQueueElementsPaolo Bonzini1-31/+51
2016-02-06virtio: introduce virtqueue_alloc_elementPaolo Bonzini3-17/+105
2016-02-06virtio: introduce qemu_get/put_virtqueue_elementPaolo Bonzini5-19/+23
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini22-142/+209
2016-02-05Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.6-2...Peter Maydell13-156/+225
2016-02-05migration: fix bad string passed to error_report()Greg Kurz1-2/+2
2016-02-05static checker: e1000-82540em got aliased to e1000Amit Shah1-0/+1
2016-02-05migration: remove useless code.Liang Li1-6/+0
2016-02-05qmp-commands.hx: Document the missing options for migration capability commandszhanghailiang1-1/+14
2016-02-05qmp-commands.hx: Fix the missing options for migration parameters commandszhanghailiang1-4/+14
2016-02-05migration/ram: Fix some helper functions' parameter to use PageSearchStatuszhanghailiang1-14/+19
2016-02-05savevm: Split load vm state function qemu_loadvm_statezhanghailiang1-64/+92
2016-02-05migration: rename 'file' in MigrationState to 'to_dst_file'zhanghailiang9-48/+52
2016-02-05ram: Split host_from_stream_offset() into two helper functionszhanghailiang2-17/+31
2016-02-04virtio: move VirtQueueElement at the beginning of the structsPaolo Bonzini3-10/+8
2016-02-04tests: pc: acpi: add expected DSDT.bridge blobs and update DSDT blobsIgor Mammedov4-0/+0
2016-02-04tests: pc: acpi: drop not needed 'expected SSDT' blobsIgor Mammedov4-0/+0
2016-02-04pc: acpi: merge SSDT into DSDTIgor Mammedov1-135/+111
2016-02-04Fix virtio migrationDr. David Alan Gilbert2-13/+13
2016-02-04all: Clean up includesPeter Maydell65-101/+66
2016-02-04contrib: Clean up includesPeter Maydell4-2/+4
2016-02-04io: Clean up includesPeter Maydell9-0/+9
2016-02-04qom: Clean up includesPeter Maydell4-1/+4
2016-02-04qobject: Clean up includesPeter Maydell12-2/+12
2016-02-04net: Clean up includesPeter Maydell22-15/+22
2016-02-04slirp: Clean up includesPeter Maydell19-3/+19
2016-02-04qga: Clean up includesPeter Maydell9-27/+9
2016-02-04qapi: Clean up includesPeter Maydell11-4/+11
2016-02-04disas: Clean up includesPeter Maydell7-6/+7
2016-02-04util: Clean up includesPeter Maydell50-72/+50
2016-02-04backends: Clean up includesPeter Maydell10-1/+10
2016-02-04bsd-user: Clean up includesPeter Maydell8-51/+8
2016-02-04stubs: Clean up includesPeter Maydell40-1/+40
2016-02-04ui: Clean up includesPeter Maydell37-21/+37
2016-02-04Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int...Peter Maydell4-0/+0
2016-02-04Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell24-298/+447
2016-02-04Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell16-317/+472
2016-02-04Update OpenBIOS imagesMark Cave-Ayland4-0/+0
2016-02-04Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160203'...Peter Maydell27-104/+2199
2016-02-04net/filter: Fix the output information for command 'info network'zhanghailiang3-26/+29
2016-02-04net: always walk through filters in reverse if traffic is egressLi Zhijian3-8/+35
2016-02-04net: netmap: use nm_open() to open netmap portsVincenzo Maffione1-65/+32