Age | Commit message (Expand) | Author |
2019-02-04 | xen: fix xen-bus state model to allow frontend re-connection | Paul Durrant |
2019-01-14 | xen: automatically create XenBlockDevice-s | Paul Durrant |
2019-01-14 | xen: add a mechanism to automatically create XenDevice-s... | Paul Durrant |
2019-01-14 | xen: add implementations of xen-block connect and disconnect functions... | Paul Durrant |
2019-01-14 | xen: add event channel interface for XenDevice-s | Paul Durrant |
2019-01-14 | xen: add grant table interface for XenDevice-s | Paul Durrant |
2019-01-14 | xen: add xenstore watcher infrastructure | Paul Durrant |
2019-01-14 | xen: create xenstore areas for XenDevice-s | Paul Durrant |
2019-01-14 | xen: introduce new 'XenBus' and 'XenDevice' object hierarchy | Paul Durrant |
2019-01-14 | xen: re-name XenDevice to XenLegacyDevice... | Paul Durrant |
2019-01-14 | xen/pt: allow passthrough of devices with bogus interrupt pin | Zhao Yan |
2019-01-14 | hw/xen/xen_pt_graphics: Don't trust the BIOS ROM contents so much | Peter Maydell |
2019-01-11 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini |
2019-01-11 | qemu/queue.h: leave head structs anonymous unless necessary | Paolo Bonzini |
2019-01-09 | machine: Use shorter format for GlobalProperty arrays | Eduardo Habkost |
2019-01-07 | machine: move compat properties out of globals | Marc-André Lureau |
2019-01-07 | hw: apply accel compat properties without touching globals | Marc-André Lureau |
2018-12-13 | xen_backend: remove xen_sysdev_init() function | Mao Zhongyi |
2018-10-26 | xen: Use the PCI_DEVICE macro | Philippe Mathieu-Daudé |
2018-10-19 | xen/pt: Fix incomplete conversion to realize() | Markus Armbruster |
2018-06-22 | xen: Don't use memory_region_init_ram_nomigrate() in pci_assign_dev_load_opti... | Peter Maydell |
2018-06-01 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2018-06-01 | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-05-31 | Make MemoryRegion valid.accepts callback take a MemTxAttrs argument | Peter Maydell |
2018-05-22 | xen_backend: make the xen_feature_grant_copy flag private | Paul Durrant |
2018-05-22 | xen_backend: add an emulation of grant copy | Paul Durrant |
2018-05-22 | xen_backend: add grant table helpers | Paul Durrant |
2018-05-18 | xen_pt: Present the size of 64 bit BARs correctly | Ross Lagerwall |
2018-05-18 | xen/pt: use address_space_memory object for memory region hooks | Igor Druzhinin |
2018-04-26 | xen: Expect xenstore write to fail when restricted | Ross Lagerwall |
2018-04-26 | xen: defer call to xen_restrict until just before os_setup_post | Ian Jackson |
2018-02-13 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster |
2018-02-09 | Include qmp-commands.h exactly where needed | Markus Armbruster |
2018-02-08 | pci: removed the is_express field since a uniform interface was inserted | Yoni Bettan |
2018-02-06 | hw/xen*: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-01-19 | xen: Add only xen-sysdev to dynamic sysbus device list | Eduardo Habkost |
2018-01-19 | machine: Replace has_dynamic_sysbus with list of allowed devices | Eduardo Habkost |
2018-01-11 | Merge remote-tracking branch 'origin/master' into HEAD | Michael S. Tsirkin |
2017-12-14 | xen/pt: Set is_express to avoid out-of-bounds write | Simon Gaiser |
2017-12-05 | pci: Eliminate redundant PCIDevice::bus pointer | David Gibson |
2017-12-05 | pci: Add pci_dev_bus_num() helper | David Gibson |
2017-11-05 | pci-assign: Remove | Paolo Bonzini |
2017-10-26 | xen: add a global indicator for grant copy being available | Juergen Gross |
2017-10-15 | xen/pt: Mark TYPE_XEN_PT_DEVICE as hybrid | Eduardo Habkost |
2017-10-15 | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost |
2017-09-20 | xen/pt: allow QEMU to request MSI unmasking at bind time | Roger Pau Monne |
2017-08-01 | trace-events: fix code style: %# -> 0x% | Vladimir Sementsov-Ogievskiy |
2017-07-31 | docs: fix broken paths to docs/devel/tracing.txt | Philippe Mathieu-Daudé |