index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-14
Merge remote-tracking branch 'remotes/aurel/tags/pull-sh4-next-20150913' into...
Peter Maydell
1
-3
/
+3
2015-09-13
sh4: Fix initramfs initialization for endiannes-mismatched targets
Guenter Roeck
1
-3
/
+3
2015-09-11
hw/arm/spitz: Remove meaningless blank Property
Shannon Zhao
1
-5
/
+0
2015-09-11
hw/gpio/zaurus: Remove meaningless blank Property
Shannon Zhao
1
-5
/
+0
2015-09-11
hw/virtio/virtio-pci: Remove meaningless blank Property
Shannon Zhao
1
-5
/
+0
2015-09-11
hw/s390x/s390-virtio-bus: Remove meaningless blank Property
Shannon Zhao
1
-5
/
+0
2015-09-11
typofixes - v4
Veres Lajos
11
-11
/
+11
2015-09-11
trivial: remove trailing newline from error_report
John Snow
2
-2
/
+2
2015-09-11
maint: avoid useless "if (foo) free(foo)" pattern
Markus Armbruster
5
-24
/
+12
2015-09-11
maint: avoid useless "if (foo) free(foo)" pattern
Daniel P. Berrange
13
-43
/
+16
2015-09-11
maint: remove unused include for strings.h
Daniel P. Berrange
1
-1
/
+0
2015-09-11
maint: remove unused include for signal.h
Daniel P. Berrange
3
-3
/
+0
2015-09-11
maint: remove unused include for dirent.h
Daniel P. Berrange
3
-4
/
+0
2015-09-11
maint: remove unused include for assert.h
Daniel P. Berrange
1
-2
/
+0
2015-09-11
maint: remove / fix many doubled words
Daniel P. Berrange
3
-3
/
+3
2015-09-11
maint: remove double semicolons in many files
Daniel P. Berrange
2
-3
/
+3
2015-09-11
i6300esb: fix timer overflow
Laurent Vivier
1
-1
/
+1
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
[next]