aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-03numa: Auto-enable NUMA when any memory devices are possibleDavid Hildenbrand7-5/+13
2020-07-03virtio-mem: Exclude unplugged memory during migrationDavid Hildenbrand2-1/+56
2020-07-03virtio-mem: Add trace eventsDavid Hildenbrand2-1/+19
2020-07-03virtio-mem: Migration sanity checksDavid Hildenbrand1-0/+70
2020-07-03virtio-pci: Send qapi events when the virtio-mem size changesDavid Hildenbrand4-0/+55
2020-07-03virtio-mem: Allow notifiers for size changesDavid Hildenbrand2-1/+25
2020-07-03pc: Support for virtio-mem-pciDavid Hildenbrand2-21/+29
2020-07-03numa: Handle virtio-mem in NUMA statsDavid Hildenbrand1-0/+6
2020-07-03hmp: Handle virtio-mem when printing memory device infoDavid Hildenbrand1-0/+16
2020-07-03MAINTAINERS: Add myself as virtio-mem maintainerDavid Hildenbrand1-0/+9
2020-07-03virtio-pci: Proxy for virtio-memDavid Hildenbrand4-0/+164
2020-07-03virtio-mem: Paravirtualized memory hot(un)plugDavid Hildenbrand5-1/+852
2020-07-02migration/colo: Use ram_block_discard_disable()David Hildenbrand3-4/+17
2020-07-02migration/rdma: Use ram_block_discard_disable()David Hildenbrand1-2/+16
2020-07-02target/i386: sev: Use ram_block_discard_disable()David Hildenbrand1-0/+7
2020-07-02virtio-balloon: Rip out qemu_balloon_inhibit()David Hildenbrand6-45/+17
2020-07-02s390x/pv: Convert to ram_block_discard_disable()David Hildenbrand1-9/+13
2020-07-02accel/kvm: Convert to ram_block_discard_disable()David Hildenbrand1-2/+2
2020-07-02vfio: Convert to ram_block_discard_disable()David Hildenbrand5-38/+44
2020-07-02exec: Introduce ram_block_discard_(disable|require)()David Hildenbrand3-1/+95
2020-07-02pc: Support coldplugging of virtio-pmem-pci devices on all busesDavid Hildenbrand1-8/+10
2020-07-02virtio-balloon: always indicate S_DONE when migration failsDavid Hildenbrand1-6/+20
2020-07-02Revert "tests/migration: Reduce autoconverge initial bandwidth"Michael S. Tsirkin1-1/+1
2020-07-01tests: disassemble-aml.sh: generate AML in readable formatMichael S. Tsirkin2-0/+53
2020-06-29hw/misc/pca9552: Add missing TypeInfo::class_size fieldPhilippe Mathieu-Daudé1-0/+1
2020-06-27Merge remote-tracking branch 'remotes/amarkovic/tags/mips-gsoc-queue-jun-27-2...Peter Maydell8-0/+585
2020-06-27MAINTAINERS: Add 'Performance Tools and Tests' subsectionAleksandar Markovic1-2/+8
2020-06-27scripts/performance: Add topN_callgrind.py scriptAhmed Karaman1-0/+140
2020-06-27scripts/performance: Add topN_perf.py scriptAhmed Karaman1-0/+149
2020-06-27MAINTAINERS: Add Loongson-3 maintainer and reviewerHuacai Chen1-0/+7
2020-06-27hw/intc: Add Loongson LIOINTC supportHuacai Chen3-0/+246
2020-06-27hw/mips: Implement the kvm_type() hook in MachineClassHuacai Chen2-0/+37
2020-06-26Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200626'...Peter Maydell29-950/+4417
2020-06-26Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell47-370/+6211
2020-06-26i386: Mask SVM features if nested SVM is disabledEduardo Habkost2-2/+6
2020-06-26ibex_uart: fix XOR-as-powPaolo Bonzini1-1/+1
2020-06-26vmport: move compat properties to hw_compat_5_0Paolo Bonzini1-4/+4
2020-06-26hyperv: vmbus: Remove the 2nd IRQJon Doron3-7/+3
2020-06-26kvm: i386: allow TSC to differ by NTP correction bounds without TSC scalingMarcelo Tosatti1-5/+41
2020-06-26numa: forbid '-numa node, mem' for 5.1 and newer machine typesIgor Mammedov8-24/+36
2020-06-26osdep: Make MIN/MAX evaluate arguments only onceEric Blake7-23/+63
2020-06-26target/i386: Add notes for versioned CPU modelsTao Xu1-0/+5
2020-06-26target/i386: reimplement fpatan using floatx80 operationsJoseph Myers2-4/+1554
2020-06-26target/i386: reimplement fyl2x using floatx80 operationsJoseph Myers2-111/+1423
2020-06-26target/i386: reimplement fyl2xp1 using floatx80 operationsJoseph Myers2-9/+1358
2020-06-26target/i386: reimplement fprem, fprem1 using floatx80 operationsJoseph Myers1-108/+48
2020-06-26softfloat: return low bits of quotient from floatx80_modremJoseph Myers2-6/+20
2020-06-26softfloat: do not set denominator high bit for floatx80 remainderJoseph Myers1-1/+0
2020-06-26softfloat: do not return pseudo-denormal from floatx80 remainderJoseph Myers1-3/+19
2020-06-26softfloat: fix floatx80 remainder pseudo-denormal check for zeroJoseph Myers1-1/+1