Age | Commit message (Expand) | Author |
2022-06-09 | include/hw/ide: Unexport pci_piix3_xen_ide_unplug() | Bernhard Beschow |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2022-01-27 | xen-mapcache: Avoid entry->lock overflow | Ross Lagerwall |
2022-01-27 | xen-hvm: Allow disabling buffer_io_timer | Jason Andryuk |
2021-11-01 | memory: make global_dirty_tracking a bitmask | Hyman Huang(黄勇) |
2021-09-30 | memory: Name all the memory listeners | Peter Xu |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella |
2021-05-13 | numa: Teach ram block notifiers about resizeable ram blocks | David Hildenbrand |
2021-05-10 | xen: Free xenforeignmemory_resource at exit | Anthony PERARD |
2021-05-10 | xen-mapcache: avoid a race on memory map while using MAP_FIXED | Igor Druzhinin |
2021-05-02 | Do not include exec/address-spaces.h if it's not really necessary | Thomas Huth |
2021-05-02 | hw: Do not include hw/irq.h if it is not necessary | Thomas Huth |
2021-03-09 | sysemu: Let VMChangeStateHandler take boolean 'running' argument | Philippe Mathieu-Daudé |
2021-02-20 | hw/i386/xen: Remove dead code | Philippe Mathieu-Daudé |
2021-01-04 | hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h' | Philippe Mathieu-Daudé |
2020-12-10 | i386: do not use ram_size global | Paolo Bonzini |
2020-10-21 | qapi: Restrict Xen migration commands to migration.json | Philippe Mathieu-Daudé |
2020-10-19 | xen: xenguest is not used so is not needed | Michael Tokarev |
2020-09-30 | hw/xen: Split x86-specific declaration from generic hardware ones | Philippe Mathieu-Daudé |
2020-09-30 | hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc() | Philippe Mathieu-Daudé |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-08-21 | meson: convert hw/arch* | Marc-André Lureau |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini |
2020-06-17 | x86: move max-ram-below-4g to pc | Gerd Hoffmann |
2020-06-12 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2020-06-10 | accel: Move Xen accelerator code under accel/xen/ | Philippe Mathieu-Daudé |
2020-06-09 | hw/i386/xen/xen-hvm: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2019-11-05 | hw/pci-host/piix: Define and use the PIIX IRQ Route Control Registers | Philippe Mathieu-Daudé |
2019-10-22 | hw/i386: split PCMachineState deriving X86MachineState from it | Paolo Bonzini |
2019-08-27 | xen: cleanup IOREQ server on exit | Igor Druzhinin |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Include sysemu/sysemu.h a lot less | Markus Armbruster |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster |
2019-07-05 | hw/i386: Replace global smp variables with machine smp properties | Like Xu |
2019-06-24 | xen: Drop includes of xen/hvm/params.h | Anthony PERARD |
2019-06-24 | xen: Avoid VLA | Anthony PERARD |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster |
2019-03-22 | trace-events: Consistently point to docs/devel/tracing.txt | Markus Armbruster |
2019-03-19 | xen-mapcache: use MAP_FIXED flag so the mmap address hint is always honored | Roger Pau Monne |
2019-01-14 | xen: introduce new 'XenBus' and 'XenDevice' object hierarchy | Paul Durrant |
2019-01-14 | xen: re-name XenDevice to XenLegacyDevice... | Paul Durrant |