Age | Commit message (Expand) | Author |
2018-05-09 | qemu-options: Bail out on unsupported options instead of silently ignoring them | Thomas Huth |
2018-05-09 | qemu-options: Remove remainders of the -tdf option | Thomas Huth |
2018-05-09 | qemu-options: Mark -virtioconsole as deprecated | Thomas Huth |
2018-05-09 | target/i386: sev: fix memory leaks | Paolo Bonzini |
2018-05-09 | opts: don't silently truncate long option values | Daniel P. Berrangé |
2018-05-09 | opts: don't silently truncate long parameter keys | Daniel P. Berrangé |
2018-05-09 | accel: use g_strsplit for parsing accelerator names | Daniel P. Berrangé |
2018-05-09 | update-linux-headers: drop hyperv.h | Roman Kagan |
2018-05-09 | qemu-thread: always keep the posix wrapper layer | Peter Xu |
2018-05-09 | exec: reintroduce MemoryRegion caching | Paolo Bonzini |
2018-05-09 | exec: extract address_space_translate_iommu, fix page_mask corner case | Paolo Bonzini |
2018-05-09 | exec: small changes to flatview_do_translate | Paolo Bonzini |
2018-05-09 | exec: move memory access declarations to a common header, inline *_phys funct... | Paolo Bonzini |
2018-05-09 | memdev: remove "id" property | Paolo Bonzini |
2018-05-09 | qom: allow object_get_canonical_path_component without parent | Paolo Bonzini |
2018-05-09 | checkpatch.pl: add common glib defines to typelist | Peter Xu |
2018-05-09 | cpus: tcg: fix never exiting loop on unplug | Cédric Le Goater |
2018-05-09 | cpus: Fix event order on resume of stopped guest | Markus Armbruster |
2018-05-09 | configure: recognize more rpmbuild macros | Olaf Hering |
2018-05-08 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell |
2018-05-08 | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180507-pull-request' ... | Peter Maydell |
2018-05-08 | Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-2.13-pull-2018050... | Peter Maydell |
2018-05-08 | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180507-pull-request' ... | Peter Maydell |
2018-05-08 | ppc: e500: use g_strdup_printf() instead of snprintf() | Greg Kurz |
2018-05-07 | scripts/device-crash-test: Removed fixed CAN entries | Thomas Huth |
2018-05-07 | vl: allow 'maxmem' without 'slot' | David Hildenbrand |
2018-05-07 | spapr: rename "hotplug memory" terminology to "device memory" | David Hildenbrand |
2018-05-07 | pc: rename "hotplug memory" terminology to "device memory" | David Hildenbrand |
2018-05-07 | machine: rename MemoryHotplugState to DeviceMemoryState | David Hildenbrand |
2018-05-07 | pc-dimm: move actual plug/unplug of a memory region to MemoryDevice | David Hildenbrand |
2018-05-07 | pc-dimm: factor out capacity and slot checks into MemoryDevice | David Hildenbrand |
2018-05-07 | pc-dimm: factor out address search into MemoryDevice code | David Hildenbrand |
2018-05-07 | pc-dimm: pass in the machine and to the MemoryHotplugState | David Hildenbrand |
2018-05-07 | pc-dimm: no need to pass the memory region | David Hildenbrand |
2018-05-07 | machine: make MemoryHotplugState accessible via the machine | David Hildenbrand |
2018-05-07 | pc-dimm: factor out MemoryDevice interface | David Hildenbrand |
2018-05-07 | qxl: fix local renderer crash | Gerd Hoffmann |
2018-05-07 | usb-host: skip open on pending postload bh | Gerd Hoffmann |
2018-05-07 | usb-mtp: Unconditionally check for the readonly bit | Bandan Das |
2018-05-07 | usb-mtp: Add some NULL checks for issues pointed out by coverity | Bandan Das |
2018-05-06 | RISC-V: Mark ROM read-only after copying in code | Michael Clark |
2018-05-06 | RISC-V: No traps on writes to misa,minstret,mcycle | Michael Clark |
2018-05-06 | RISC-V: Make mtvec/stvec ignore vectored traps | Michael Clark |
2018-05-06 | RISC-V: Add mcycle/minstret support for -icount auto | Michael Clark |
2018-05-06 | RISC-V: Use [ms]counteren CSRs when priv ISA >= v1.10 | Michael Clark |
2018-05-06 | RISC-V: Allow S-mode mxr access when priv ISA >= v1.10 | Michael Clark |
2018-05-06 | RISC-V: Clear mtval/stval on exceptions without info | Michael Clark |
2018-05-06 | RISC-V: Hardwire satp to 0 for no-mmu case | Michael Clark |
2018-05-06 | RISC-V: Update E and I extension order | Michael Clark |
2018-05-06 | RISC-V: Remove erroneous comment from translate.c | Michael Clark |