Age | Commit message (Expand) | Author |
2018-05-09 | target/sh4: convert to TranslatorOps | Emilio G. Cota |
2018-05-09 | translator: merge max_insns into DisasContextBase | Emilio G. Cota |
2018-05-09 | target/mips: avoid integer overflow in next_page PC check | Emilio G. Cota |
2018-05-09 | target/s390x: avoid integer overflow in next_page PC check | Emilio G. Cota |
2018-05-09 | target/arm: avoid integer overflow in next_page PC check | Emilio G. Cota |
2018-05-09 | target/microblaze: avoid integer overflow in next_page PC check | Emilio G. Cota |
2018-05-09 | target/tilegx: avoid integer overflow in next_page PC check | Emilio G. Cota |
2018-05-09 | target/unicore32: avoid integer overflow in next_page PC check | Emilio G. Cota |
2018-05-09 | target/xtensa: avoid integer overflow in next_page PC check | Emilio G. Cota |
2018-05-09 | target/lm32: avoid integer overflow in next_page PC check | Emilio G. Cota |
2018-05-09 | target/cris: avoid integer overflow in next_page PC check | Emilio G. Cota |
2018-05-09 | target/riscv: avoid integer overflow in next_page PC check | Emilio G. Cota |
2018-05-09 | tcg: Limit the number of ops in a TB | Richard Henderson |
2018-05-09 | tcg/i386: Fix dup_vec in non-AVX2 codepath | Peter Maydell |
2018-05-09 | riscv: requires libfdt | KONRAD Frederic |
2018-05-09 | qemu-doc: provide details of supported build platforms | Daniel P. Berrangé |
2018-05-09 | qemu-options: Remove deprecated -no-kvm-irqchip | Thomas Huth |
2018-05-09 | qemu-options: Remove deprecated -no-kvm-pit-reinjection | Thomas Huth |
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-09 | riscv: htif: increase the priority of the htif subregion | KONRAD Frederic |
2018-05-09 | riscv: spike: allow base == 0 | KONRAD Frederic |
2018-05-08 | Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging | Peter Maydell |
2018-05-08 | sheepdog: Fix sd_co_create_opts() memory leaks | Kevin Wolf |
2018-05-08 | iotests: Add test for cancelling a mirror job | Max Reitz |
2018-05-08 | block/mirror: Make cancel always cancel pre-READY | Max Reitz |
2018-05-08 | block/mirror: honor ratelimit again | Stefan Hajnoczi |
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 |