Age | Commit message (Expand) | Author |
2019-07-02 | qom: Move HMP command handlers to qom/ | Markus Armbruster |
2019-07-02 | hmp: Move hmp.h to include/monitor/ | Markus Armbruster |
2019-06-24 | xen: Import other xen/io/*.h | Anthony PERARD |
2019-06-24 | Revert xen/io/ring.h of "Clean up a few header guard symbols" | Anthony PERARD |
2019-06-24 | xen-bus / xen-block: add support for event channel polling | Paul Durrant |
2019-06-24 | xen-bus: allow AioContext to be specified for each event channel | Paul Durrant |
2019-06-24 | xen-bus: use a separate fd for each event channel | Paul Durrant |
2019-06-21 | hw: Nuke hw_compat_4_0_1 and pc_compat_4_0_1 | Greg Kurz |
2019-06-21 | target/i386: kvm: Add support for save and restore nested state | Liran Alon |
2019-06-21 | vmstate: Add support for kernel integer types | Liran Alon |
2019-06-21 | KVM: Introduce kvm_arch_destroy_vcpu() | Liran Alon |
2019-06-18 | block: Add bdrv_child_refresh_perms() | Max Reitz |
2019-06-18 | block: drop bs->job | Vladimir Sementsov-Ogievskiy |
2019-06-18 | blockdev: blockdev_mark_auto_del: drop usage of bs->job | Vladimir Sementsov-Ogievskiy |
2019-06-18 | block/replication: drop usage of bs->job | Vladimir Sementsov-Ogievskiy |
2019-06-18 | monitor: Replace monitor_init() with monitor_init_{hmp, qmp}() | Kevin Wolf |
2019-06-18 | monitor: Split out monitor/monitor.c | Kevin Wolf |
2019-06-17 | monitor: Create MonitorHMP with readline state | Kevin Wolf |
2019-06-17 | monitor: Fix return type of monitor_fdset_dup_fd_find | Yury Kotov |
2019-06-17 | hw/arm: Correctly disable FPU/DSP for some ARMSSE-based boards | Peter Maydell |
2019-06-17 | hw/arm/armv7m: Forward "vfp" and "dsp" properties to CPU | Peter Maydell |
2019-06-16 | hw/acpi: extract acpi_add_rom_blob() | Wei Yang |
2019-06-13 | vfio/common: Introduce vfio_set_irq_signaling helper | Eric Auger |
2019-06-13 | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190613-pull-request' ... | Peter Maydell |
2019-06-13 | edid: flip the default to enabled | Gerd Hoffmann |
2019-06-13 | edid: add xmax + ymax properties | Gerd Hoffmann |
2019-06-12 | semihosting: split console_out into string and char versions | Alex Bennée |
2019-06-12 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into... | Peter Maydell |
2019-06-12 | Supply missing header guards | Markus Armbruster |
2019-06-12 | Clean up a few header guard symbols | Markus Armbruster |
2019-06-12 | Normalize position of header guard | Markus Armbruster |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-06-12 | ppc/xive: Make XIVE generate the proper interrupt types | Benjamin Herrenschmidt |
2019-06-12 | spapr: Clean up spapr_drc_populate_dt() | David Gibson |
2019-06-12 | spapr: Clean up dt creation for PCI buses | David Gibson |
2019-06-11 | qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h | Markus Armbruster |
2019-06-11 | qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h | Markus Armbruster |
2019-06-10 | cpu: Remove CPU_COMMON | Richard Henderson |
2019-06-10 | cpu: Move the softmmu tlb to CPUNegativeOffsetState | Richard Henderson |
2019-06-10 | cpu: Move icount_decr to CPUNegativeOffsetState | Richard Henderson |
2019-06-10 | cpu: Introduce CPUNegativeOffsetState | Richard Henderson |
2019-06-10 | cpu: Introduce cpu_set_cpustate_pointers | Richard Henderson |
2019-06-10 | cpu: Move ENV_OFFSET to exec/gen-icount.h | Richard Henderson |
2019-06-10 | cpu: Introduce env_archcpu | Richard Henderson |
2019-06-10 | cpu: Replace ENV_GET_CPU with env_cpu | Richard Henderson |
2019-06-10 | tcg: Create struct CPUTLB | Richard Henderson |
2019-06-10 | tcg: Split out target/arch/cpu-param.h | Richard Henderson |
2019-06-10 | tcg: Fold CPUTLBWindow into CPUTLBDesc | Richard Henderson |
2019-06-07 | accel: Remove unused AccelClass::opt_name attribute | Wainer dos Santos Moschetta |