aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-03virtio-pci: Send qapi events when the virtio-mem size changesDavid Hildenbrand
2020-07-03virtio-mem: Allow notifiers for size changesDavid Hildenbrand
2020-07-03pc: Support for virtio-mem-pciDavid Hildenbrand
2020-07-03numa: Handle virtio-mem in NUMA statsDavid Hildenbrand
2020-07-03hmp: Handle virtio-mem when printing memory device infoDavid Hildenbrand
2020-07-03MAINTAINERS: Add myself as virtio-mem maintainerDavid Hildenbrand
2020-07-03virtio-pci: Proxy for virtio-memDavid Hildenbrand
2020-07-03virtio-mem: Paravirtualized memory hot(un)plugDavid Hildenbrand
2020-07-02migration/colo: Use ram_block_discard_disable()David Hildenbrand
2020-07-02migration/rdma: Use ram_block_discard_disable()David Hildenbrand
2020-07-02target/i386: sev: Use ram_block_discard_disable()David Hildenbrand
2020-07-02virtio-balloon: Rip out qemu_balloon_inhibit()David Hildenbrand
2020-07-02s390x/pv: Convert to ram_block_discard_disable()David Hildenbrand
2020-07-02accel/kvm: Convert to ram_block_discard_disable()David Hildenbrand
2020-07-02vfio: Convert to ram_block_discard_disable()David Hildenbrand
2020-07-02exec: Introduce ram_block_discard_(disable|require)()David Hildenbrand
2020-07-02pc: Support coldplugging of virtio-pmem-pci devices on all busesDavid Hildenbrand
2020-07-02virtio-balloon: always indicate S_DONE when migration failsDavid Hildenbrand
2020-07-02Revert "tests/migration: Reduce autoconverge initial bandwidth"Michael S. Tsirkin
2020-07-01tests: disassemble-aml.sh: generate AML in readable formatMichael S. Tsirkin
2020-06-29hw/misc/pca9552: Add missing TypeInfo::class_size fieldPhilippe Mathieu-Daudé
2020-06-27Merge remote-tracking branch 'remotes/amarkovic/tags/mips-gsoc-queue-jun-27-2...Peter Maydell
2020-06-27MAINTAINERS: Add 'Performance Tools and Tests' subsectionAleksandar Markovic
2020-06-27scripts/performance: Add topN_callgrind.py scriptAhmed Karaman
2020-06-27scripts/performance: Add topN_perf.py scriptAhmed Karaman
2020-06-27MAINTAINERS: Add Loongson-3 maintainer and reviewerHuacai Chen
2020-06-27hw/intc: Add Loongson LIOINTC supportHuacai Chen
2020-06-27hw/mips: Implement the kvm_type() hook in MachineClassHuacai Chen
2020-06-26Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200626'...Peter Maydell
2020-06-26Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-06-26i386: Mask SVM features if nested SVM is disabledEduardo Habkost
2020-06-26ibex_uart: fix XOR-as-powPaolo Bonzini
2020-06-26vmport: move compat properties to hw_compat_5_0Paolo Bonzini
2020-06-26hyperv: vmbus: Remove the 2nd IRQJon Doron
2020-06-26kvm: i386: allow TSC to differ by NTP correction bounds without TSC scalingMarcelo Tosatti
2020-06-26numa: forbid '-numa node, mem' for 5.1 and newer machine typesIgor Mammedov
2020-06-26osdep: Make MIN/MAX evaluate arguments only onceEric Blake
2020-06-26target/i386: Add notes for versioned CPU modelsTao Xu
2020-06-26target/i386: reimplement fpatan using floatx80 operationsJoseph Myers
2020-06-26target/i386: reimplement fyl2x using floatx80 operationsJoseph Myers
2020-06-26target/i386: reimplement fyl2xp1 using floatx80 operationsJoseph Myers
2020-06-26target/i386: reimplement fprem, fprem1 using floatx80 operationsJoseph Myers
2020-06-26softfloat: return low bits of quotient from floatx80_modremJoseph Myers
2020-06-26softfloat: do not set denominator high bit for floatx80 remainderJoseph Myers
2020-06-26softfloat: do not return pseudo-denormal from floatx80 remainderJoseph Myers
2020-06-26softfloat: fix floatx80 remainder pseudo-denormal check for zeroJoseph Myers
2020-06-26softfloat: merge floatx80_mod and floatx80_remJoseph Myers
2020-06-26target/i386: reimplement f2xm1 using floatx80 operationsJoseph Myers
2020-06-26xen: Actually fix build without passthroughAnthony PERARD
2020-06-26Makefile: Install qemu-[qmp/ga]-ref.* into the directory "interop"Liao Pingfang