index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xenpv
Age
Commit message (
Expand
)
Author
2020-08-21
meson: convert hw/arch*
Marc-André Lureau
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
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
2018-07-02
hw/xen: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
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
2017-05-23
shutdown: Add source information to SHUTDOWN and RESET
Eric Blake
2016-09-29
xenpv: Fix qemu_uuid compiling error
Fam Zheng
2016-09-23
vl: Switch qemu_uuid to QemuUUID
Fam Zheng
2016-08-03
xen: use a common function for pv and hvm guest backend register calls
Juergen Gross
2016-07-12
Clean up decorations and whitespace around header guards
Markus Armbruster
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
2016-01-26
xen: domainbuild: reopen libxenctrl interface after forking for domain watcher.
Ian Campbell
2015-11-13
xen: fix usage of xc_domain_create in domain builder
Roger Pau Monne
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