index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xenpv
/
xen_machine_pv.c
Age
Commit message (
Expand
)
Author
2024-06-04
hw/xen: Register framebuffer backend via xen_backend_init()
Philippe Mathieu-Daudé
2024-05-10
xen: initialize legacy backends from xen_bus_init()
Paolo Bonzini
2024-02-02
hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICs
David Woodhouse
2023-11-07
hw/xen: update Xen PV NIC to XenDevice model
David Woodhouse
2023-11-07
hw/xen: automatically assign device index to block devices
David Woodhouse
2023-03-24
hw/xenpv: Initialize Xen backend operations
David Woodhouse
2023-03-01
hw/xen: Subsume xen_be_register_common() into xen_be_init()
David Woodhouse
2022-05-09
Warn user if the vga flag is passed but no vga device is created
Gautam Agrawal
2020-02-04
trivial: Remove xenfb_enabled from sysemu.h
Thomas Huth
2019-08-16
Include sysemu/sysemu.h a lot less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-01-14
xen: Replace few mentions of xend by libxl
Anthony PERARD
2019-01-14
Remove broken Xen PV domain builder
Anthony PERARD
2019-01-14
xen: introduce new 'XenBus' and 'XenDevice' object hierarchy
Paul Durrant
2019-01-14
xen: re-name XenDevice to XenLegacyDevice...
Paul Durrant
2018-02-06
hw/xen*: Replace fprintf(stderr, "*\n" with error_report()
Alistair Francis
2018-01-22
Replace all occurances of __FUNCTION__ with __func__
Alistair Francis
2017-07-07
xenfb: remove xen_init_display "temporary" hack
Stefano Stabellini
2016-08-03
xen: use a common function for pv and hvm guest backend register calls
Juergen Gross
2016-06-22
xen: move xen_sysdev to xen_backend.c
Juergen Gross
2016-05-23
xen: add pvUSB backend
Juergen Gross
2016-05-23
xen: introduce dummy system device
Juergen Gross
2016-01-29
xen: Clean up includes
Peter Maydell
2016-01-26
xen: make it possible to build without the Xen PV domain builder
Ian Campbell
2015-09-19
Use DEFINE_MACHINE() to register all machines
Eduardo Habkost
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-05-28
machine: Conversion of QEMUMachineInitArgs to MachineState
Marcel Apfelbaum
2014-05-07
xen: move Xen PV machine files to hw/xenpv
Wei Liu