Sign in
qemu
/
qemu
/
659370f71f2c3d4105b04178abd751242e1c1b68
/
hw
/
xen
6b827cc
xen: do not build backends for targets that do not support xen
by Stefano Stabellini
· 8 years ago
4100a34
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170202' into staging
by Peter Maydell
· 8 years ago
e9dcbc8
xen: use qdev_unplug() instead of g_free() in xen_pv_find_xendev()
by Juergen Gross
· 8 years ago
1416f9e
trace: move hw/xen events to correct subdir
by Daniel P. Berrange
· 8 years ago
3a6c917
xen: create qdev for each backend device
by Juergen Gross
· 8 years ago
873d57a
xen: add an own bus for xen backend devices
by Juergen Gross
· 8 years ago
b586363
hw/xen/xen_pvdev: Include qemu/log.h for qemu_log_vprintf()
by Thomas Huth
· 8 years ago
7198136
xen: Rename xen_be_del_xendev
by Emil Condrea
· 8 years ago
fa0253d
xen: Rename xen_be_find_xendev
by Emil Condrea
· 8 years ago
49442d9
xen: Rename xen_be_evtchn_event
by Emil Condrea
· 8 years ago
ba18fa2
xen: Rename xen_be_send_notify
by Emil Condrea
· 8 years ago
65807f4
xen: Rename xen_be_unbind_evtchn
by Emil Condrea
· 8 years ago
96c77db
xen: Rename xen_be_printf to xen_pv_printf
by Emil Condrea
· 8 years ago
ecf7981
xen: Move xenstore cleanup and mkdir functions
by Emil Condrea
· 8 years ago
148512e
xen: Prepare xendev qtail to be shared with frontends
by Emil Condrea
· 8 years ago
31c17aa
xen: Move evtchn functions to xen_pvdev.c
by Emil Condrea
· 8 years ago
046db9b
xen: Move xenstore_update to xen_pvdev.c
by Emil Condrea
· 8 years ago
f0021db
xen: Create a new file xen_pvdev.c
by Emil Condrea
· 8 years ago
b9730c5
xen: Fix coding style warnings
by Emil Condrea
· 8 years ago
c22e91b
xen: Fix coding style errors
by Emil Condrea
· 8 years ago
c4f68f0
Xen: fix converity warning of xen_pt_config_init()
by Cao jin
· 9 years ago
0968c91
Xen PCI passthrough: fix passthrough failure when no interrupt pin
by Bruce Rogers
· 9 years ago
0e39bb0
xen: use a common function for pv and hvm guest backend register calls
by Juergen Gross
· 9 years ago
c8e36e8
xen: when removing a backend don't remove many of them
by Juergen Gross
· 9 years ago
175de52
Clean up decorations and whitespace around header guards
by Markus Armbruster
· 9 years ago
25f8f6b
xen: move xen_sysdev to xen_backend.c
by Juergen Gross
· 9 years ago
02d0e09
os-posix: include sys/mman.h
by Paolo Bonzini
· 9 years ago
637c53f
xen: write information about supported backends
by Juergen Gross
· 9 years ago
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
81daba58
xen: drop XenXC and associated interface wrappers
by Ian Campbell
· 9 years ago
428c3ec
fix MSI injection on Xen
by Stefano Stabellini
· 9 years ago
21cbfe5
xen: Clean up includes
by Peter Maydell
· 9 years ago
e0cb42a
xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.
by Ian Campbell
· 9 years ago
c1345a8
xen: Switch to libxengnttab interface for compat shims.
by Ian Campbell
· 9 years ago
a2db2a1
xen: Switch to libxenevtchn interface for compat shims.
by Ian Campbell
· 9 years ago
5a11d0f
Xen PCI passthru: convert to realize()
by Cao jin
· 9 years ago
d50a6e5
Add Error **errp for xen_pt_config_init()
by Cao jin
· 9 years ago
5226bb5
Add Error **errp for xen_pt_setup_vga()
by Cao jin
· 9 years ago
376ba75
Add Error **errp for xen_host_pci_device_get()
by Cao jin
· 9 years ago
f524bc3
Xen: use qemu_strtoul instead of strtol
by Cao jin
· 9 years ago
599d0c4
Change xen_host_pci_sysfs_path() to return void
by Cao jin
· 9 years ago
66c058c
xen/Makefile.objs: simplify
by Cao jin
· 9 years ago
55c8672
xen/pass-through: correctly deal with RW1C bits
by Jan Beulich
· 9 years ago
bdfe515
xen/MSI-X: really enforce alignment
by Jan Beulich
· 9 years ago
f0ada36
xen/MSI-X: latch MSI-X table writes
by Jan Beulich
· 9 years ago
2c21ec3
xen: fix invalid assertion
by Paolo Bonzini
· 9 years ago
4e494de
Qemu/Xen: Fix early freeing MSIX MMIO memory region
by Lan Tianyu
· 9 years ago
67cc32e
typofixes - v4
by Veres Lajos
· 10 years ago
ef1e1e0
maint: avoid useless "if (foo) free(foo)" pattern
by Daniel P. Berrange
· 10 years ago
cae99f1
xen/pt: Don't slurp wholesale the PCI configuration registers
by Konrad Rzeszutek Wilk
· 10 years ago
3d3697f
xen/pt: Check for return values for xen_host_pci_[get|set] in init
by Konrad Rzeszutek Wilk
· 10 years ago
df6aa45
xen/pt: Move bulk of xen_pt_unregister_device in its own routine.
by Konrad Rzeszutek Wilk
· 10 years ago
bce3394
xen/pt: Make xen_pt_unregister_device idempotent
by Konrad Rzeszutek Wilk
· 10 years ago
fe2da64
xen/pt: Log xen_host_pci_get/set errors in MSI code.
by Konrad Rzeszutek Wilk
· 10 years ago
ea6c50f
xen/pt: Log xen_host_pci_get in two init functions
by Konrad Rzeszutek Wilk
· 10 years ago
e2779de
xen/pt: Remove XenPTReg->data field.
by Konrad Rzeszutek Wilk
· 10 years ago
5b4dd0f
xen/pt: Check if reg->init function sets the 'data' past the reg->size
by Konrad Rzeszutek Wilk
· 10 years ago
2e87512
xen/pt: Sync up the dev.config and data values.
by Konrad Rzeszutek Wilk
· 10 years ago
6aa07b1
xen/pt: Use xen_host_pci_get_[byte|word] instead of dev.config
by Konrad Rzeszutek Wilk
· 10 years ago
54fd081
xen/pt: Use XEN_PT_LOG properly to guard against compiler warnings.
by Konrad Rzeszutek Wilk
· 10 years ago
faf5f56
xen/pt/msi: Add the register value when printing logging and error messages
by Konrad Rzeszutek Wilk
· 10 years ago
52c7265
xen/pt: xen_host_pci_config_read returns -errno, not -1 on failure
by Konrad Rzeszutek Wilk
· 10 years ago
cf8124f
xen/pt: Make xen_pt_msi_set_enable static
by Konrad Rzeszutek Wilk
· 10 years ago
d3b9fac
xen/pt: Update comments with proper function name.
by Konrad Rzeszutek Wilk
· 10 years ago
5cec8aa
xen, gfx passthrough: add opregion mapping
by Tiejun Chen
· 10 years ago
f37d630
xen, gfx passthrough: register a isa bridge
by Tiejun Chen
· 10 years ago
881213f
xen, gfx passthrough: retrieve VGA BIOS to work
by Tiejun Chen
· 10 years ago
7981417
xen, gfx passthrough: basic graphics passthrough support
by Tiejun Chen
· 10 years ago
355df30
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-06-23' into staging
by Peter Maydell
· 10 years ago
f9b9d29
xen_pt: QOMify
by Gonglei
· 10 years ago
000d604
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-220615-3' into staging
by Peter Maydell
· 10 years ago
74526eb
xen/pass-through: constify some static data
by Jan Beulich
· 10 years ago
3782f60
xen/pass-through: log errno values rather than function return ones
by Jan Beulich
· 10 years ago
6997689
xen/pass-through: ROM BAR handling adjustments
by Jan Beulich
· 10 years ago
950fe0a
xen/pass-through: fold host PCI command register writes
by Jan Beulich
· 10 years ago
6b5166f
xen_backend: Remove unused error handling of qemu_set_fd_handler
by Fam Zheng
· 10 years ago
c25bbf1
xen/pt: unknown PCI config space fields should be read-only
by Jan Beulich
· 10 years ago
a88a3f8
xen/pt: add a few PCI config space field descriptions
by Jan Beulich
· 10 years ago
0ad3393
xen/pt: mark reserved bits in PCI config space fields
by Jan Beulich
· 10 years ago
45ebe39
xen/pt: mark all PCIe capability bits read-only
by Jan Beulich
· 10 years ago
0e7ef22
xen/pt: split out calculation of throughable mask in PCI config space handling
by Jan Beulich
· 10 years ago
c4ff1e6
xen/pt: correctly handle PM status bit
by Jan Beulich
· 10 years ago
d61bb24
xen/pt: consolidate PM capability emu_mask
by Jan Beulich
· 10 years ago
d1d35cf
xen/MSI: don't open-code pass-through of enable bit modifications
by Jan Beulich
· 10 years ago
b38ec5e
xen/MSI-X: limit error messages
by Jan Beulich
· 10 years ago
7611dae
xen: don't allow guest to control MSI mask register
by Jan Beulich
· 10 years ago
5c83b2f
xen: properly gate host writes of modified PCI CFG contents
by Jan Beulich
· 10 years ago
81b23ef
xen: limit guest control of PCI command register
by Jan Beulich
· 10 years ago
14cec17
xen-pt: fix Out-of-bounds read
by Gonglei
· 10 years ago
d4cd450
xen-pt: fix Negative array index read
by Gonglei
· 10 years ago
9960517
xen-pt: Fix PCI devices re-attach failed
by Liang Li
· 10 years ago
4be7463
hw: Convert from BlockDriverState to BlockBackend, mostly
by Markus Armbruster
· 10 years ago
469b046
memory: remove memory_region_destroy
by Paolo Bonzini
· 11 years ago
4aba9eb
xen_backend: introduce xenstore_read_uint64 and xenstore_read_fe_uint64
by Stefano Stabellini
· 11 years ago
ff788b6
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-05-07' into staging
by Peter Maydell
· 11 years ago
770e39f
xen: remove unused global, xen_xcg
by Jim Meyering
· 11 years ago
ad3f7e3
xen: move Xen HVM files under hw/i386/xen
by Wei Liu
· 11 years ago
c976437
qemu-xen: free all the pirqs for msi/msix when driver unload
by Zhenzhong Duan
· 11 years ago
15e8159
Call pci_piix3_xen_ide_unplug from unplug_disks
by Stefano Stabellini
· 11 years ago
Next »