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
/
i386
/
xen
Age
Commit message (
Expand
)
Author
2017-12-18
misc: remove old i386 dependency
Philippe Mathieu-Daudé
2017-12-18
mmap(2) returns MAP_FAILED, not NULL, on failure
Michael McConville
2017-10-26
xen: Log errno rather than return value
Ross Lagerwall
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-09-19
General warn report fixups
Alistair Francis
2017-09-19
Convert multi-line fprintf() to warn_report()
Alistair Francis
2017-08-01
trace-events: fix code style: print 0x before hex numbers
Vladimir Sementsov-Ogievskiy
2017-08-01
trace-events: fix code style: %# -> 0x%
Vladimir Sementsov-Ogievskiy
2017-07-21
xen-mapcache: Fix the bug when overlapping emulated DMA operations may cause ...
Alexey G
2017-07-21
xen: fix compilation on 32-bit hosts
Igor Druzhinin
2017-07-18
xen: don't use xenstore to save/restore physmap anymore
Igor Druzhinin
2017-07-18
xen/mapcache: introduce xen_replace_cache_entry()
Igor Druzhinin
2017-07-18
xen/mapcache: add an ability to create dummy mappings
Igor Druzhinin
2017-07-18
xen: move physmap saving into a separate function
Igor Druzhinin
2017-07-18
xen-platform: separate unplugging of NVMe disks
Stefano Stabellini
2017-07-14
hw: Use new memory_region_init_{ram, rom, rom_device}() functions
Peter Maydell
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2017-07-07
xen-platform: Cleanup network infrastructure when emulated NICs are unplugged
Ross Lagerwall
2017-06-20
xen: use get_uint() for "max-ram-below-4g" property
Marc-André Lureau
2017-06-02
Remove/replace sysemu/char.h inclusion
Marc-André Lureau
2017-05-23
shutdown: Add source information to SHUTDOWN and RESET
Eric Blake
2017-05-23
shutdown: Prepare for use of an enum in reset/shutdown_request
Eric Blake
2017-05-16
xen/mapcache: store dma information in revmapcache entries for debugging
Stefano Stabellini
2017-04-25
move xen-mapcache.c to hw/i386/xen/
Anthony Xu
2017-04-25
move xen-hvm.c to hw/i386/xen/
Anthony Xu
2017-03-22
xen: create wrappers for all other uses of xc_hvm_XXX() functions
Paul Durrant
2017-02-03
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170202' into sta...
Peter Maydell
2017-01-31
trace: move hw/i386/xen events to correct subdir
Daniel P. Berrange
2017-01-27
xen-platform: add missing disk unplug option
Paul Durrant
2017-01-27
xen-platform: add support for unplugging NVMe disks...
Paul Durrant
2017-01-27
xen-platform: re-structure unplug_disks
Paul Durrant
2016-10-21
xen_platform: SUSE xenlinux unplug for emulated PCI
Olaf Hering
2016-10-21
xen_platform: unplug also SCSI disks
Olaf Hering
2016-10-17
apic: add send_msi() to APICCommonClass
Radim Krčmář
2016-09-29
block-backend: remove blk_flush_all
John Snow
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-11
msi_supported -> msi_nonbroken
Michael S. Tsirkin
2016-02-10
xen: drop support for Xen 4.1 and older.
Ian Campbell
2016-01-29
x86: Clean up includes
Peter Maydell
2016-01-21
xen-pvdevice: convert to realize()
Cao jin
2015-10-26
xen-platform: Replace assert() with appropriate error reporting
Eduardo Habkost
2015-10-26
xen_platform: switch to realize
Stefano Stabellini
2015-10-19
xen-platform: Ensure xen is enabled when initializing
Eduardo Habkost
2015-09-11
maint: remove unused include for assert.h
Daniel P. Berrange
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-08-01
qemu: support xen hvm direct kernel boot
Chunyan Liu
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-05-07
xen: move Xen HVM files under hw/i386/xen
Wei Liu