index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-10
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-09-10-tag' in...
Peter Maydell
14
-216
/
+1019
2015-09-10
xen/pt: Don't slurp wholesale the PCI configuration registers
Konrad Rzeszutek Wilk
1
-6
/
+1
2015-09-10
xen/pt: Check for return values for xen_host_pci_[get|set] in init
Konrad Rzeszutek Wilk
1
-8
/
+16
2015-09-10
xen/pt: Move bulk of xen_pt_unregister_device in its own routine.
Konrad Rzeszutek Wilk
1
-58
/
+63
2015-09-10
xen/pt: Make xen_pt_unregister_device idempotent
Konrad Rzeszutek Wilk
4
-6
/
+22
2015-09-10
xen/pt: Log xen_host_pci_get/set errors in MSI code.
Konrad Rzeszutek Wilk
1
-4
/
+14
2015-09-10
xen/pt: Log xen_host_pci_get in two init functions
Konrad Rzeszutek Wilk
1
-0
/
+9
2015-09-10
xen/pt: Remove XenPTReg->data field.
Konrad Rzeszutek Wilk
2
-30
/
+49
2015-09-10
xen/pt: Check if reg->init function sets the 'data' past the reg->size
Konrad Rzeszutek Wilk
1
-2
/
+8
2015-09-10
xen/pt: Sync up the dev.config and data values.
Konrad Rzeszutek Wilk
1
-1
/
+58
2015-09-10
xen/pt: Use xen_host_pci_get_[byte|word] instead of dev.config
Konrad Rzeszutek Wilk
2
-28
/
+73
2015-09-10
xen/pt: Use XEN_PT_LOG properly to guard against compiler warnings.
Konrad Rzeszutek Wilk
1
-1
/
+1
2015-09-10
xen/pt/msi: Add the register value when printing logging and error messages
Konrad Rzeszutek Wilk
1
-3
/
+3
2015-09-10
xen/pt: xen_host_pci_config_read returns -errno, not -1 on failure
Konrad Rzeszutek Wilk
1
-1
/
+1
2015-09-10
xen/pt: Make xen_pt_msi_set_enable static
Konrad Rzeszutek Wilk
2
-2
/
+1
2015-09-10
xen/pt: Update comments with proper function name.
Konrad Rzeszutek Wilk
1
-2
/
+2
2015-09-10
xen, gfx passthrough: add opregion mapping
Tiejun Chen
3
-3
/
+136
2015-09-10
xen, gfx passthrough: register host bridge specific to passthrough
Tiejun Chen
1
-2
/
+13
2015-09-10
xen, gfx passthrough: register a isa bridge
Tiejun Chen
1
-0
/
+22
2015-09-10
igd gfx passthrough: create a isa bridge
Tiejun Chen
1
-0
/
+112
2015-09-10
xen, gfx passthrough: retrieve VGA BIOS to work
Tiejun Chen
3
-0
/
+94
2015-09-10
xen, gfx passthrough: basic graphics passthrough support
Tiejun Chen
7
-1
/
+151
2015-09-10
hw/pci-assign: split pci-assign.c
Tiejun Chen
3
-75
/
+99
2015-09-10
piix: create host bridge to passthrough
Tiejun Chen
1
-0
/
+85
2015-09-10
hw/pci: fix pci_update_mappings() trace events
Laszlo Ersek
1
-2
/
+2
2015-09-10
pc: memhotplug: keep reserved-memory-end broken on 2.4 and earlier machines
Igor Mammedov
3
-2
/
+10
2015-09-10
pc: memhotplug: fix incorrectly set reserved-memory-end
Igor Mammedov
1
-1
/
+3
2015-09-10
virtio: avoid leading underscores for helpers
Cornelia Huck
9
-39
/
+41
2015-09-10
pc: Remove redundant arguments from xen_hvm_init()
Eduardo Habkost
2
-6
/
+2
2015-09-10
pci: Fix pci_device_iommu_address_space() bus propagation
Benjamin Herrenschmidt
1
-8
/
+5
2015-09-08
xlnx-zynqmp: Connect the sysbus AHCI to ZynqMP
Alistair Francis
1
-0
/
+18
2015-09-08
xlnx-zynqmp.c: Convert some of the error_propagate() calls to error_abort
Alistair Francis
1
-12
/
+2
2015-09-08
ahci.c: Don't assume AHCIState's parent is AHCIPCIState
Alistair Francis
2
-6
/
+9
2015-09-08
ahci: Separate the AHCI state structure into the header
Alistair Francis
2
-13
/
+14
2015-09-08
cadence_gem: Correct Marvell PHY SPCFC reset value
Alistair Francis
1
-1
/
+1
2015-09-08
hw/arm/virt: Enable TZ extensions on the GIC if we are using them
Peter Maydell
1
-2
/
+5
2015-09-08
hw/arm/virt: Default to not providing TrustZone support
Peter Maydell
1
-2
/
+5
2015-09-08
hw/cpu/{a15mpcore, a9mpcore}: enable TrustZone in GIC if it is enabled in CPUs
Peter Maydell
2
-0
/
+24
2015-09-08
hw/intc/arm_gic_common: Configure IRQs as NS if doing direct NS kernel boot
Peter Maydell
1
-3
/
+48
2015-09-08
hw/arm: new interface for devices which need to behave differently for kernel...
Peter Maydell
1
-0
/
+34
2015-09-08
hw/intc/arm_gic: Actually set the active bits for active interrupts
Peter Maydell
1
-0
/
+2
2015-09-08
hw/intc/arm_gic: Drop running_irq and last_active arrays
Peter Maydell
2
-34
/
+76
2015-09-08
hw/intc/arm_gic: Fix handling of GICC_APR<n>, GICC_NSAPR<n> registers
Peter Maydell
2
-4
/
+115
2015-09-08
hw/intc/arm_gic: Running priority is group priority, not full priority
Peter Maydell
1
-1
/
+27
2015-09-08
armv7m_nvic: Implement ICSR without using internal GIC state
Peter Maydell
1
-7
/
+6
2015-09-08
pc_init1: pass parameters just with types
Tiejun Chen
1
-6
/
+8
2015-09-08
i440fx: make types configurable at run-time
Michael S. Tsirkin
2
-6
/
+7
2015-09-07
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150907' into staging
Peter Maydell
9
-190
/
+281
2015-09-07
s390/sclp: simplify calculation of rnmax
David Hildenbrand
1
-3
/
+1
2015-09-07
s390/sclp: store the increment_size in the sclp device
David Hildenbrand
1
-17
/
+3
[next]