aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-09qemu-doc: provide details of supported build platformsDaniel P. Berrangé
2018-05-09qemu-options: Remove deprecated -no-kvm-irqchipThomas Huth
2018-05-09qemu-options: Remove deprecated -no-kvm-pit-reinjectionThomas Huth
2018-05-09qemu-options: Bail out on unsupported options instead of silently ignoring themThomas Huth
2018-05-09qemu-options: Remove remainders of the -tdf optionThomas Huth
2018-05-09qemu-options: Mark -virtioconsole as deprecatedThomas Huth
2018-05-09target/i386: sev: fix memory leaksPaolo Bonzini
2018-05-09opts: don't silently truncate long option valuesDaniel P. Berrangé
2018-05-09opts: don't silently truncate long parameter keysDaniel P. Berrangé
2018-05-09accel: use g_strsplit for parsing accelerator namesDaniel P. Berrangé
2018-05-09update-linux-headers: drop hyperv.hRoman Kagan
2018-05-09qemu-thread: always keep the posix wrapper layerPeter Xu
2018-05-09exec: reintroduce MemoryRegion cachingPaolo Bonzini
2018-05-09exec: extract address_space_translate_iommu, fix page_mask corner casePaolo Bonzini
2018-05-09exec: small changes to flatview_do_translatePaolo Bonzini
2018-05-09exec: move memory access declarations to a common header, inline *_phys funct...Paolo Bonzini
2018-05-09memdev: remove "id" propertyPaolo Bonzini
2018-05-09qom: allow object_get_canonical_path_component without parentPaolo Bonzini
2018-05-09checkpatch.pl: add common glib defines to typelistPeter Xu
2018-05-09cpus: tcg: fix never exiting loop on unplugCédric Le Goater
2018-05-09cpus: Fix event order on resume of stopped guestMarkus Armbruster
2018-05-09configure: recognize more rpmbuild macrosOlaf Hering
2018-05-08Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2018-05-08Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180507-pull-request' ...Peter Maydell
2018-05-08Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-2.13-pull-2018050...Peter Maydell
2018-05-08Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180507-pull-request' ...Peter Maydell
2018-05-08ppc: e500: use g_strdup_printf() instead of snprintf()Greg Kurz
2018-05-07scripts/device-crash-test: Removed fixed CAN entriesThomas Huth
2018-05-07vl: allow 'maxmem' without 'slot'David Hildenbrand
2018-05-07spapr: rename "hotplug memory" terminology to "device memory"David Hildenbrand
2018-05-07pc: rename "hotplug memory" terminology to "device memory"David Hildenbrand
2018-05-07machine: rename MemoryHotplugState to DeviceMemoryStateDavid Hildenbrand
2018-05-07pc-dimm: move actual plug/unplug of a memory region to MemoryDeviceDavid Hildenbrand
2018-05-07pc-dimm: factor out capacity and slot checks into MemoryDeviceDavid Hildenbrand
2018-05-07pc-dimm: factor out address search into MemoryDevice codeDavid Hildenbrand
2018-05-07pc-dimm: pass in the machine and to the MemoryHotplugStateDavid Hildenbrand
2018-05-07pc-dimm: no need to pass the memory regionDavid Hildenbrand
2018-05-07machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand
2018-05-07pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand
2018-05-07qxl: fix local renderer crashGerd Hoffmann
2018-05-07usb-host: skip open on pending postload bhGerd Hoffmann
2018-05-07usb-mtp: Unconditionally check for the readonly bitBandan Das
2018-05-07usb-mtp: Add some NULL checks for issues pointed out by coverityBandan Das
2018-05-06RISC-V: Mark ROM read-only after copying in codeMichael Clark
2018-05-06RISC-V: No traps on writes to misa,minstret,mcycleMichael Clark
2018-05-06RISC-V: Make mtvec/stvec ignore vectored trapsMichael Clark
2018-05-06RISC-V: Add mcycle/minstret support for -icount autoMichael Clark
2018-05-06RISC-V: Use [ms]counteren CSRs when priv ISA >= v1.10Michael Clark
2018-05-06RISC-V: Allow S-mode mxr access when priv ISA >= v1.10Michael Clark
2018-05-06RISC-V: Clear mtval/stval on exceptions without infoMichael Clark