Age | Commit message (Expand) | Author | Files | Lines |
2018-06-22 | xen: Don't use memory_region_init_ram_nomigrate() in pci_assign_dev_load_opti... | Peter Maydell | 3 | -5/+5 |
2018-06-01 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -1/+0 |
2018-06-01 | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Philippe Mathieu-Daudé | 1 | -1/+0 |
2018-05-31 | Make MemoryRegion valid.accepts callback take a MemTxAttrs argument | Peter Maydell | 1 | -1/+2 |
2018-05-22 | xen_backend: make the xen_feature_grant_copy flag private | Paul Durrant | 1 | -1/+1 |
2018-05-22 | xen_backend: add an emulation of grant copy | Paul Durrant | 1 | -0/+53 |
2018-05-22 | xen_backend: add grant table helpers | Paul Durrant | 1 | -12/+111 |
2018-05-18 | xen_pt: Present the size of 64 bit BARs correctly | Ross Lagerwall | 1 | -0/+2 |
2018-05-18 | xen/pt: use address_space_memory object for memory region hooks | Igor Druzhinin | 1 | -1/+1 |
2018-04-26 | xen: Expect xenstore write to fail when restricted | Ross Lagerwall | 1 | -1/+6 |
2018-04-26 | xen: defer call to xen_restrict until just before os_setup_post | Ian Jackson | 1 | -0/+14 |
2018-02-13 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -1/+8 |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 1 | -0/+1 |
2018-02-09 | Include qmp-commands.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2018-02-08 | pci: removed the is_express field since a uniform interface was inserted | Yoni Bettan | 1 | -1/+8 |
2018-02-06 | hw/xen*: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 1 | -2/+3 |
2018-01-19 | xen: Add only xen-sysdev to dynamic sysbus device list | Eduardo Habkost | 1 | -6/+1 |
2018-01-19 | machine: Replace has_dynamic_sysbus with list of allowed devices | Eduardo Habkost | 1 | -1/+6 |
2018-01-11 | Merge remote-tracking branch 'origin/master' into HEAD | Michael S. Tsirkin | 1 | -0/+1 |
2017-12-14 | xen/pt: Set is_express to avoid out-of-bounds write | Simon Gaiser | 1 | -0/+1 |
2017-12-05 | pci: Eliminate redundant PCIDevice::bus pointer | David Gibson | 1 | -2/+2 |
2017-12-05 | pci: Add pci_dev_bus_num() helper | David Gibson | 1 | -3/+3 |
2017-11-05 | pci-assign: Remove | Paolo Bonzini | 2 | -0/+89 |
2017-10-26 | xen: add a global indicator for grant copy being available | Juergen Gross | 1 | -0/+11 |
2017-10-15 | xen/pt: Mark TYPE_XEN_PT_DEVICE as hybrid | Eduardo Habkost | 1 | -0/+1 |
2017-10-15 | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost | 1 | -0/+4 |
2017-09-20 | xen/pt: allow QEMU to request MSI unmasking at bind time | Roger Pau Monne | 3 | -5/+29 |
2017-08-01 | trace-events: fix code style: %# -> 0x% | Vladimir Sementsov-Ogievskiy | 1 | -4/+4 |
2017-07-31 | docs: fix broken paths to docs/devel/tracing.txt | Philippe Mathieu-Daudé | 1 | -1/+1 |
2017-07-18 | xen_pt_msi.c: Check for xen_host_pci_get_* failures in xen_pt_msix_init() | Peter Maydell | 1 | -2/+10 |
2017-07-18 | hw/xen: Set emu_mask for igd_opregion register | Xiong Zhang | 1 | -0/+1 |
2017-07-07 | xen/pt: Fixup addr validation in xen_pt_pci_config_access_check | Anoob Soman | 1 | -1/+1 |
2017-06-28 | migration: move skip_section_footers | Peter Xu | 1 | -3/+5 |
2017-06-28 | migration: move skip_configuration out | Peter Xu | 1 | -1/+5 |
2017-06-28 | migration: move global_state.optional out | Peter Xu | 1 | -1/+10 |
2017-06-13 | migration: Move remaining exported functions to migration/misc.h | Juan Quintela | 1 | -1/+1 |
2017-06-13 | migration: create global_state.c | Juan Quintela | 1 | -0/+1 |
2017-06-02 | chardev: move headers to include/chardev | Marc-André Lureau | 1 | -1/+1 |
2017-06-02 | Remove/replace sysemu/char.h inclusion | Marc-André Lureau | 1 | -1/+0 |
2017-05-17 | xen-sysdev: Remove user_creatable flag | Eduardo Habkost | 1 | -5/+0 |
2017-05-17 | xen-backend: Remove FIXME comment about user_creatable flag | Eduardo Habkost | 1 | -4/+1 |
2017-05-17 | sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICE | Eduardo Habkost | 1 | -0/+10 |
2017-05-16 | xen: call qemu_set_cloexec instead of fcntl | Stefano Stabellini | 1 | -1/+1 |
2017-05-04 | xen: use a better chardev type check | Marc-André Lureau | 1 | -1/+1 |
2017-04-25 | move xen-common.c to hw/xen/ | Anthony Xu | 2 | -1/+170 |
2017-04-25 | xen/9pfs: build and register Xen 9pfs backend | Stefano Stabellini | 1 | -0/+3 |
2017-04-21 | xen: use libxendevice model to restrict operations | Paul Durrant | 1 | -0/+1 |
2017-03-22 | xen: make use of xen_xc implicit in xen_common.h inlines | Paul Durrant | 1 | -2/+0 |
2017-03-19 | xen: do not build backends for targets that do not support xen | Stefano Stabellini | 1 | -1/+1 |
2017-02-03 | Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170202' into sta... | Peter Maydell | 1 | -6/+7 |