summary refs log tree commit diff stats
path: root/hw/xen (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-xen-20240312' of https://xenbits.xen.org/git-http/people/aper...Peter Maydell2024-03-122-4/+33
|\
| * xen: Drop out of coroutine context xen_invalidate_map_cache_entryPeng Fan2024-03-121-2/+28
| * xen/pt: Emulate multifunction bit in header typeRoss Lagerwall2024-03-121-2/+5
* | bulk: Access existing variables initialized to &S->F when availablePhilippe Mathieu-Daudé2024-03-121-3/+3
|/
* hw/xen: Extract 'xen_igd.h' from 'xen_pt.h'Philippe Mathieu-Daudé2024-03-095-18/+7
* hw/xen/xen_pt: Add missing licensePhilippe Mathieu-Daudé2024-03-091-0/+10
* hw/xen: Use target-agnostic qemu_target_page_bits()Philippe Mathieu-Daudé2024-03-091-2/+4
* hw/xen: Rename 'ram_memory' global variable as 'xen_memory'Philippe Mathieu-Daudé2024-03-091-3/+3
* Merge tag 'pull-target-arm-20240202' of https://git.linaro.org/people/pmaydel...Peter Maydell2024-02-023-57/+70
|\
| * hw/xen: convert stderr prints to error/warn reportsManos Pitsidianakis2024-02-022-9/+8
| * hw/xen/xen-hvm-common.c: convert DPRINTF to tracepointsManos Pitsidianakis2024-02-022-18/+27
| * hw/xen/xen-mapcache.c: convert DPRINTF to tracepointsManos Pitsidianakis2024-02-022-30/+35
* | hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICsDavid Woodhouse2024-02-022-27/+4
|/
* cpus: check running not RUN_STATE_RUNNINGSteve Sistare2024-01-041-1/+1
* hw/i386/pc: support '-nic' for xen-net-deviceDavid Woodhouse2023-11-071-1/+3
* hw/xen: add support for Xen primary console in emulated modeDavid Woodhouse2023-11-071-0/+5
* hw/xen: update Xen console to XenDevice modelDavid Woodhouse2023-11-071-1/+0
* hw/xen: do not repeatedly try to create a failing backend deviceDavid Woodhouse2023-11-072-7/+23
* hw/xen: add get_frontend_path() method to XenDeviceClassDavid Woodhouse2023-11-071-1/+10
* hw/xen: automatically assign device index to block devicesDavid Woodhouse2023-11-071-28/+0
* hw/xen: cleanup sourcesetsPaolo Bonzini2023-10-181-7/+4
* xen: spelling fixMichael Tokarev2023-09-081-1/+1
* bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé2023-08-311-5/+3
* xen: Don't pass MemoryListener around by valuePeter Maydell2023-08-011-4/+4
* exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata2023-06-282-3/+3
* meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2023-06-201-2/+2
* hw/xen/xen-hvm-common: Use g_new and error_reportVikram Garhwal2023-06-151-6/+6
* hw/xen/xen-hvm-common: skip ioreq creation on ioreq registration failureStefano Stabellini2023-06-151-19/+38
* xen-hvm: reorganize xen-hvm and move common function to xen-hvm-commonStefano Stabellini2023-06-153-1/+878
* hw/i386/xen/: move xen-mapcache.c to hw/xen/Vikram Garhwal2023-06-153-0/+608
* xen-block: fix segv on unrealizeAnthony PERARD2023-06-071-2/+4
* xen: Drop support for Xen versions below 4.7.1David Woodhouse2023-06-071-56/+1
* hw/xen: Fix memory leak in libxenstore_open() for XenDavid Woodhouse2023-06-071-1/+1
* aio: remove aio_disable_external() APIStefan Hajnoczi2023-05-301-4/+4
* hw/xen: do not set is_external=true on evtchn fdsStefan Hajnoczi2023-05-301-4/+4
* xen-block: implement BlockDevOps->drained_begin()Stefan Hajnoczi2023-05-301-2/+5
* pci: avoid accessing slot_reserved_mask directly outside of pci.cChuck Zmudzinski2023-04-211-4/+3
* hw/xen: Avoid crash when backend watch fires too earlyPaul Durrant2023-03-071-7/+7
* hw/xen: Build PV backend drivers for CONFIG_XEN_BUSDavid Woodhouse2023-03-071-1/+4
* hw/xen: Rename xen_common.h to xen_native.hDavid Woodhouse2023-03-076-7/+7
* hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant2023-03-077-363/+331
* hw/xen: Add foreignmem operations to allow redirection to internal emulationDavid Woodhouse2023-03-071-0/+45
* hw/xen: Pass grant ref to gnttab unmap operationDavid Woodhouse2023-03-073-5/+12
* hw/xen: Add gnttab operations to allow redirection to internal emulationDavid Woodhouse2023-03-074-219/+177
* hw/xen: Add evtchn operations to allow redirection to internal emulationDavid Woodhouse2023-03-075-21/+93
* hw/xen/xen_pt: fix uninitialized variableMarek Marczykowski-Górecki2023-03-061-1/+1
* xen/pt: reserve PCI slot 2 for Intel igd-passthruChuck Zmudzinski2023-03-063-11/+77
* hw/xen: Subsume xen_be_register_common() into xen_be_init()David Woodhouse2023-03-011-34/+22
* xen: add CONFIG_XEN_BUS and CONFIG_XEN_EMU options for Xen emulationDavid Woodhouse2023-03-011-0/+3
* bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé2023-01-181-2/+2