Age | Commit message (Expand) | Author | Files | Lines |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster | 1 | -5/+5 |
2022-01-27 | xen-hvm: Allow disabling buffer_io_timer | Jason Andryuk | 1 | -2/+4 |
2021-11-01 | memory: make global_dirty_tracking a bitmask | Hyman Huang(黄勇) | 1 | -2/+2 |
2021-09-30 | memory: Name all the memory listeners | Peter Xu | 1 | -0/+2 |
2021-05-10 | xen: Free xenforeignmemory_resource at exit | Anthony PERARD | 1 | -3/+6 |
2021-05-02 | Do not include exec/address-spaces.h if it's not really necessary | Thomas Huth | 1 | -1/+0 |
2021-03-09 | sysemu: Let VMChangeStateHandler take boolean 'running' argument | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-01-04 | hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h' | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-12-10 | i386: do not use ram_size global | Paolo Bonzini | 1 | -1/+1 |
2020-10-21 | qapi: Restrict Xen migration commands to migration.json | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-09-30 | hw/xen: Split x86-specific declaration from generic hardware ones | Philippe Mathieu-Daudé | 1 | -0/+1 |
2020-09-30 | hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc() | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 1 | -1/+1 |
2020-06-17 | x86: move max-ram-below-4g to pc | Gerd Hoffmann | 1 | -1/+1 |
2020-06-12 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -0/+1 |
2020-06-10 | accel: Move Xen accelerator code under accel/xen/ | Philippe Mathieu-Daudé | 1 | -0/+1 |
2020-06-09 | hw/i386/xen/xen-hvm: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé | 1 | -1/+2 |
2019-11-05 | hw/pci-host/piix: Define and use the PIIX IRQ Route Control Registers | Philippe Mathieu-Daudé | 1 | -2/+3 |
2019-10-22 | hw/i386: split PCMachineState deriving X86MachineState from it | Paolo Bonzini | 1 | -13/+15 |
2019-08-27 | xen: cleanup IOREQ server on exit | Igor Druzhinin | 1 | -0/+2 |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include sysemu/sysemu.h a lot less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster | 1 | -0/+1 |
2019-07-05 | hw/i386: Replace global smp variables with machine smp properties | Like Xu | 1 | -0/+4 |
2019-06-24 | xen: Drop includes of xen/hvm/params.h | Anthony PERARD | 1 | -1/+0 |
2019-06-24 | xen: Avoid VLA | Anthony PERARD | 1 | -4/+11 |
2019-01-14 | xen: introduce new 'XenBus' and 'XenDevice' object hierarchy | Paul Durrant | 1 | -0/+3 |
2019-01-14 | xen: re-name XenDevice to XenLegacyDevice... | Paul Durrant | 1 | -1/+1 |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini | 1 | -2/+2 |
2018-12-18 | qmp: query-current-machine with wakeup-suspend-support | Daniel Henrique Barboza | 1 | -0/+5 |
2018-05-31 | xen-hvm: stop faking I/O to access PCI config space | Paul Durrant | 1 | -20/+82 |
2018-05-31 | xen-hvm: try to use xenforeignmemory_map_resource() to map ioreq pages | Paul Durrant | 1 | -15/+51 |
2018-05-31 | xen/hvm: correct reporting of modified memory under physmap during migration | Igor Druzhinin | 1 | -18/+19 |
2018-05-18 | xen-hvm: create separate function for ioreq server initialization | Paul Durrant | 1 | -30/+46 |
2018-04-26 | xen: Use newly added dmops for mapping VGA memory | Ross Lagerwall | 1 | -23/+27 |
2018-04-26 | xen: destroy_hvm_domain: Try xendevicemodel_shutdown | Ian Jackson | 1 | -0/+12 |
2018-04-26 | xen: destroy_hvm_domain: Move reason into a variable | Ian Jackson | 1 | -2/+3 |
2018-04-26 | xen: defer call to xen_restrict until just before os_setup_post | Ian Jackson | 1 | -8/+0 |
2018-03-02 | qapi: Empty out qapi-schema.json | Markus Armbruster | 1 | -1/+1 |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster | 1 | -1/+1 |
2017-10-26 | xen: Log errno rather than return value | Ross Lagerwall | 1 | -1/+1 |
2017-07-18 | xen: don't use xenstore to save/restore physmap anymore | Igor Druzhinin | 1 | -11/+37 |
2017-07-18 | xen: move physmap saving into a separate function | Igor Druzhinin | 1 | -26/+31 |
2017-07-14 | hw: Use new memory_region_init_{ram, rom, rom_device}() functions | Peter Maydell | 1 | -2/+1 |
2017-07-14 | memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() | Peter Maydell | 1 | -1/+1 |
2017-06-20 | xen: use get_uint() for "max-ram-below-4g" property | Marc-André Lureau | 1 | -3/+3 |
2017-06-02 | Remove/replace sysemu/char.h inclusion | Marc-André Lureau | 1 | -1/+0 |
2017-05-23 | shutdown: Add source information to SHUTDOWN and RESET | Eric Blake | 1 | -1/+1 |