aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-05hw/i386: Adjust nr_dies with configured smp_dies for PCMachineLike Xu1-5/+11
2019-07-05i386: Add die-level cpu topology to x86CPU on PCMachineLike Xu4-2/+12
2019-07-05vl.c: Replace smp global variables with smp machine propertiesLike Xu1-27/+26
2019-07-05hw: Replace global smp variables with MachineState for all remaining archsLike Xu9-4/+13
2019-07-05hw/arm: Replace global smp variables with machine smp propertiesLike Xu15-24/+61
2019-07-05hw/i386: Replace global smp variables with machine smp propertiesLike Xu5-13/+31
2019-07-05hw/s390x: Replace global smp variables with machine smp propertiesLike Xu5-6/+17
2019-07-05hw/riscv: Replace global smp variables with machine smp propertiesLike Xu5-6/+18
2019-07-05hw/ppc: Replace global smp variables with machine smp propertiesLike Xu7-15/+42
2019-07-05general: Replace global smp variables with smp machine propertiesLike Xu10-11/+45
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu14-44/+46
2019-07-05hw/boards: Add struct CpuTopology to MachineStateLike Xu2-0/+20
2019-07-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell3-3/+3
2019-07-05Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190705-pull-request' ...Peter Maydell2-63/+75
2019-07-05Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-050719-3...Peter Maydell13-63/+667
2019-07-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell36-161/+843
2019-07-05ati-vga: Fix setting offset together with pitch for r128proBALATON Zoltan1-2/+2
2019-07-05ati-vga: Fix reverse bit bltsBALATON Zoltan1-15/+40
2019-07-05ati-vga: Fix frame buffer endianness for big endian targetBALATON Zoltan2-5/+6
2019-07-05ati-vga: Improve readability of ati_2d_blt functionBALATON Zoltan1-47/+33
2019-07-04docs: avoid vhost-user-net specifics in multiqueue sectionStefan Hajnoczi1-10/+11
2019-07-04libvhost-user: implement VHOST_USER_PROTOCOL_F_MQStefan Hajnoczi1-3/+4
2019-07-04libvhost-user: support many virtqueuesStefan Hajnoczi9-51/+105
2019-07-04libvhost-user: add vmsg_set_reply_u64() helperStefan Hajnoczi1-13/+13
2019-07-04pc: Move compat_apic_id_mode variable to PCMachineClassEduardo Habkost3-14/+14
2019-07-04virtio: Don't change "started" flag on virtio_vmstate_change()Xie Yongji1-1/+4
2019-07-04virtio: Make sure we get correct state of device on handle_aio_output()Xie Yongji1-3/+3
2019-07-04virtio: Set "start_on_kick" on virtio_set_features()Xie Yongji1-8/+20
2019-07-04virtio: Set "start_on_kick" for legacy devicesXie Yongji2-5/+3
2019-07-04virtio: add "use-started" propertyXie Yongji4-13/+31
2019-07-04virtio-pci: fix missing device propertiesMarc-André Lureau1-14/+14
2019-07-04pc: Support for virtio-pmem-pciDavid Hildenbrand2-1/+72
2019-07-04numa: Handle virtio-pmem in NUMA statsDavid Hildenbrand1-12/+12
2019-07-04hmp: Handle virtio-pmem when printing memory device infosDavid Hildenbrand1-12/+15
2019-07-04virtio-pci: Proxy for virtio-pmemPankaj Gupta4-0/+167
2019-07-04virtio-pmem: sync linux headersPankaj Gupta2-0/+35
2019-07-04migration: move port_attr inside CONFIG_LINUXAlex Bennée1-2/+1
2019-07-04target/i386: fix feature check in hyperv-stub.cAlex Bennée1-1/+1
2019-07-04Makefile: Rename the 'vm-test' target as 'vm-help'Philippe Mathieu-Daudé3-6/+7
2019-07-04.travis.yml: force a brew update for MacOS buildsAlex Bennée1-0/+1
2019-07-04.travis.yml: default the --disable-system build to --staticAlex Bennée1-1/+1
2019-07-04tests/vm: ubuntu.i386: apt proxy setupGerd Hoffmann1-0/+4
2019-07-04tests/vm: fedora autoinstall, using serial consoleGerd Hoffmann3-2/+199
2019-07-04tests/vm: freebsd autoinstall, using serial consoleGerd Hoffmann1-10/+172
2019-07-04tests/vm: openbsd autoinstall, using serial consoleGerd Hoffmann1-13/+148
2019-07-04tests/vm: serial console support helpersGerd Hoffmann1-3/+83
2019-07-04tests/vm: add vm-boot-{ssh,serial}-<guest> targetsGerd Hoffmann1-0/+19
2019-07-04tests/vm: proper guest shutdownGerd Hoffmann1-7/+15
2019-07-04tests/vm: run test builds on snapshotGerd Hoffmann1-0/+1
2019-07-04tests/vm: use ssh with pty unconditionallyGerd Hoffmann1-9/+4