index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
xen
Commit message (
Expand
)
Author
Age
Files
Lines
*
typofixes - v4
Veres Lajos
2015-09-11
1
-1
/
+1
*
maint: avoid useless "if (foo) free(foo)" pattern
Daniel P. Berrange
2015-09-11
1
-3
/
+1
*
xen/pt: Don't slurp wholesale the PCI configuration registers
Konrad Rzeszutek Wilk
2015-09-10
1
-6
/
+1
*
xen/pt: Check for return values for xen_host_pci_[get|set] in init
Konrad Rzeszutek Wilk
2015-09-10
1
-8
/
+16
*
xen/pt: Move bulk of xen_pt_unregister_device in its own routine.
Konrad Rzeszutek Wilk
2015-09-10
1
-58
/
+63
*
xen/pt: Make xen_pt_unregister_device idempotent
Konrad Rzeszutek Wilk
2015-09-10
4
-6
/
+22
*
xen/pt: Log xen_host_pci_get/set errors in MSI code.
Konrad Rzeszutek Wilk
2015-09-10
1
-4
/
+14
*
xen/pt: Log xen_host_pci_get in two init functions
Konrad Rzeszutek Wilk
2015-09-10
1
-0
/
+9
*
xen/pt: Remove XenPTReg->data field.
Konrad Rzeszutek Wilk
2015-09-10
2
-30
/
+49
*
xen/pt: Check if reg->init function sets the 'data' past the reg->size
Konrad Rzeszutek Wilk
2015-09-10
1
-2
/
+8
*
xen/pt: Sync up the dev.config and data values.
Konrad Rzeszutek Wilk
2015-09-10
1
-1
/
+58
*
xen/pt: Use xen_host_pci_get_[byte|word] instead of dev.config
Konrad Rzeszutek Wilk
2015-09-10
2
-28
/
+73
*
xen/pt: Use XEN_PT_LOG properly to guard against compiler warnings.
Konrad Rzeszutek Wilk
2015-09-10
1
-1
/
+1
*
xen/pt/msi: Add the register value when printing logging and error messages
Konrad Rzeszutek Wilk
2015-09-10
1
-3
/
+3
*
xen/pt: xen_host_pci_config_read returns -errno, not -1 on failure
Konrad Rzeszutek Wilk
2015-09-10
1
-1
/
+1
*
xen/pt: Make xen_pt_msi_set_enable static
Konrad Rzeszutek Wilk
2015-09-10
2
-2
/
+1
*
xen/pt: Update comments with proper function name.
Konrad Rzeszutek Wilk
2015-09-10
1
-2
/
+2
*
xen, gfx passthrough: add opregion mapping
Tiejun Chen
2015-09-10
3
-3
/
+136
*
xen, gfx passthrough: register a isa bridge
Tiejun Chen
2015-09-10
1
-0
/
+22
*
xen, gfx passthrough: retrieve VGA BIOS to work
Tiejun Chen
2015-09-10
3
-0
/
+94
*
xen, gfx passthrough: basic graphics passthrough support
Tiejun Chen
2015-09-10
6
-1
/
+131
*
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-06-2...
Peter Maydell
2015-06-23
2
-5
/
+9
|
\
|
*
xen_pt: QOMify
Gonglei
2015-06-23
2
-5
/
+9
*
|
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-220615-3' into sta...
Peter Maydell
2015-06-23
4
-44
/
+46
|
\
\
|
|
/
|
/
|
|
*
xen/pass-through: constify some static data
Jan Beulich
2015-06-23
2
-6
/
+5
|
*
xen/pass-through: log errno values rather than function return ones
Jan Beulich
2015-06-23
2
-25
/
+25
|
*
xen/pass-through: ROM BAR handling adjustments
Jan Beulich
2015-06-23
2
-6
/
+14
|
*
xen/pass-through: fold host PCI command register writes
Jan Beulich
2015-06-23
1
-7
/
+2
*
|
xen_backend: Remove unused error handling of qemu_set_fd_handler
Fam Zheng
2015-06-12
1
-3
/
+1
|
/
*
xen/pt: unknown PCI config space fields should be read-only
Jan Beulich
2015-06-02
3
-3
/
+35
*
xen/pt: add a few PCI config space field descriptions
Jan Beulich
2015-06-02
1
-0
/
+28
*
xen/pt: mark reserved bits in PCI config space fields
Jan Beulich
2015-06-02
2
-5
/
+11
*
xen/pt: mark all PCIe capability bits read-only
Jan Beulich
2015-06-02
1
-1
/
+1
*
xen/pt: split out calculation of throughable mask in PCI config space handling
Jan Beulich
2015-06-02
1
-31
/
+20
*
xen/pt: correctly handle PM status bit
Jan Beulich
2015-06-02
1
-1
/
+2
*
xen/pt: consolidate PM capability emu_mask
Jan Beulich
2015-06-02
1
-21
/
+4
*
xen/MSI: don't open-code pass-through of enable bit modifications
Jan Beulich
2015-06-02
1
-8
/
+2
*
xen/MSI-X: limit error messages
Jan Beulich
2015-06-02
2
-5
/
+8
*
xen: don't allow guest to control MSI mask register
Jan Beulich
2015-06-02
1
-10
/
+88
*
xen: properly gate host writes of modified PCI CFG contents
Jan Beulich
2015-06-02
3
-10
/
+21
*
xen: limit guest control of PCI command register
Jan Beulich
2015-04-09
2
-27
/
+13
*
xen-pt: fix Out-of-bounds read
Gonglei
2015-03-10
1
-1
/
+1
*
xen-pt: fix Negative array index read
Gonglei
2015-03-10
1
-4
/
+2
*
xen-pt: Fix PCI devices re-attach failed
Liang Li
2015-01-13
1
-1
/
+1
*
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-10-20
1
-0
/
+1
*
memory: remove memory_region_destroy
Paolo Bonzini
2014-08-18
2
-22
/
+0
*
xen_backend: introduce xenstore_read_uint64 and xenstore_read_fe_uint64
Stefano Stabellini
2014-07-07
1
-0
/
+18
*
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-05-07' in...
Peter Maydell
2014-05-07
1
-1
/
+0
|
\
|
*
xen: remove unused global, xen_xcg
Jim Meyering
2014-05-07
1
-1
/
+0
*
|
xen: move Xen HVM files under hw/i386/xen
Wei Liu
2014-05-07
4
-683
/
+0
[next]