summaryrefslogtreecommitdiff
path: root/hw/xenpv
AgeCommit message (Expand)AuthorFilesLines
2018-02-06hw/xen*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-4/+5
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis2-9/+9
2017-07-07xenfb: remove xen_init_display "temporary" hackStefano Stabellini1-3/+0
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-1/+1
2016-09-29xenpv: Fix qemu_uuid compiling errorFam Zheng1-1/+1
2016-09-23vl: Switch qemu_uuid to QemuUUIDFam Zheng1-5/+1
2016-08-03xen: use a common function for pv and hvm guest backend register callsJuergen Gross1-6/+1
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+1
2016-06-22xen: move xen_sysdev to xen_backend.cJuergen Gross1-40/+0
2016-05-23xen: add pvUSB backendJuergen Gross1-0/+3
2016-05-23xen: introduce dummy system deviceJuergen Gross1-0/+40
2016-01-29xen: Clean up includesPeter Maydell2-1/+2
2016-01-26xen: make it possible to build without the Xen PV domain builderIan Campbell2-5/+14
2016-01-26xen: domainbuild: reopen libxenctrl interface after forking for domain watcher.Ian Campbell1-3/+6
2015-11-13xen: fix usage of xc_domain_create in domain builderRoger Pau Monne1-1/+1
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-11/+6
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-1/+1
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-4/+4
2014-05-07xen: move Xen PV machine files to hw/xenpvWei Liu4-0/+423