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
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: avoid infinite loop when receiving packets(CVE-2015-5278)
P J P
2015-09-15
1
-1
/
+1
*
net: add checks to validate ring buffer pointers(CVE-2015-5279)
P J P
2015-09-15
1
-4
/
+15
*
e1000: Avoid infinite loop in processing transmit descriptor (CVE-2015-6815)
P J P
2015-09-15
1
-1
/
+2
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-09-14
14
-89
/
+30
|
\
|
*
vhost-scsi: fix wrong vhost-scsi firmware path
Gonglei
2015-09-09
1
-1
/
+1
|
*
use qemu_cpu_kick instead of cpu_exit or qemu_cpu_kick_thread
Paolo Bonzini
2015-09-09
1
-1
/
+1
|
*
i8257: remove cpu_request_exit irq
Paolo Bonzini
2015-09-09
10
-76
/
+12
|
*
i8257: rewrite DMA_schedule to avoid hooking into the CPU loop
Paolo Bonzini
2015-09-09
4
-9
/
+15
|
*
Added generic panic handler qemu_system_guest_panicked()
Andrey Smetanin
2015-09-07
1
-2
/
+1
*
|
hw/cpu/{a15mpcore, a9mpcore}: Handle missing has_el3 CPU props gracefully
Edgar E. Iglesias
2015-09-14
2
-2
/
+2
*
|
i.MX: Add GPIO devices to i.MX25 SOC
Jean-Christophe Dubois
2015-09-14
1
-0
/
+29
*
|
i.MX: Add GPIO devices to i.MX31 SOC
Jean-Christophe Dubois
2015-09-14
1
-0
/
+30
*
|
i.MX: Add GPIO device
Jean-Christophe Dubois
2015-09-14
2
-0
/
+341
*
|
xlnx-zynqmp: Remove unnecessary brackets around error messages
Alistair Francis
2015-09-14
1
-5
/
+5
*
|
Merge remote-tracking branch 'remotes/aurel/tags/pull-sh4-next-20150913' into...
Peter Maydell
2015-09-14
1
-3
/
+3
|
\
\
|
*
|
sh4: Fix initramfs initialization for endiannes-mismatched targets
Guenter Roeck
2015-09-13
1
-3
/
+3
*
|
|
hw/arm/spitz: Remove meaningless blank Property
Shannon Zhao
2015-09-11
1
-5
/
+0
*
|
|
hw/gpio/zaurus: Remove meaningless blank Property
Shannon Zhao
2015-09-11
1
-5
/
+0
*
|
|
hw/virtio/virtio-pci: Remove meaningless blank Property
Shannon Zhao
2015-09-11
1
-5
/
+0
*
|
|
hw/s390x/s390-virtio-bus: Remove meaningless blank Property
Shannon Zhao
2015-09-11
1
-5
/
+0
*
|
|
typofixes - v4
Veres Lajos
2015-09-11
11
-11
/
+11
*
|
|
trivial: remove trailing newline from error_report
John Snow
2015-09-11
2
-2
/
+2
*
|
|
maint: avoid useless "if (foo) free(foo)" pattern
Markus Armbruster
2015-09-11
5
-24
/
+12
*
|
|
maint: avoid useless "if (foo) free(foo)" pattern
Daniel P. Berrange
2015-09-11
13
-43
/
+16
*
|
|
maint: remove unused include for strings.h
Daniel P. Berrange
2015-09-11
1
-1
/
+0
*
|
|
maint: remove unused include for signal.h
Daniel P. Berrange
2015-09-11
3
-3
/
+0
*
|
|
maint: remove unused include for dirent.h
Daniel P. Berrange
2015-09-11
3
-4
/
+0
*
|
|
maint: remove unused include for assert.h
Daniel P. Berrange
2015-09-11
1
-2
/
+0
*
|
|
maint: remove / fix many doubled words
Daniel P. Berrange
2015-09-11
3
-3
/
+3
*
|
|
maint: remove double semicolons in many files
Daniel P. Berrange
2015-09-11
2
-3
/
+3
*
|
|
i6300esb: fix timer overflow
Laurent Vivier
2015-09-11
1
-1
/
+1
|
/
/
*
|
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-09-10-tag' in...
Peter Maydell
2015-09-10
14
-216
/
+1019
|
\
\
|
*
|
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 host bridge specific to passthrough
Tiejun Chen
2015-09-10
1
-2
/
+13
|
*
|
xen, gfx passthrough: register a isa bridge
Tiejun Chen
2015-09-10
1
-0
/
+22
[next]