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
*
s390x/ipl: sort into categories
Cornelia Huck
2015-04-30
1
-0
/
+1
*
sclp: sort into categories
Cornelia Huck
2015-04-30
6
-0
/
+15
*
s390-virtio: sort into categories
Cornelia Huck
2015-04-30
1
-0
/
+9
*
virtio-ccw: sort into categories
Cornelia Huck
2015-04-30
1
-0
/
+9
*
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150428.0' i...
Peter Maydell
2015-04-28
1
-2
/
+164
|
\
|
*
vfio-pci: Reset workaround for AMD Bonaire and Hawaii GPUs
Alex Williamson
2015-04-28
1
-0
/
+162
|
*
vfio-pci: Fix error path sign
Alex Williamson
2015-04-28
1
-1
/
+1
|
*
vfio-pci: Further fix BAR size overflow
Alex Williamson
2015-04-28
1
-1
/
+1
*
|
m25p80: fix s->blk usage before assignment
Stefan Hajnoczi
2015-04-28
1
-1
/
+3
*
|
m25p80: add missing blk_attach_dev_nofail
Paolo Bonzini
2015-04-28
1
-0
/
+1
*
|
omap_intc: convert ffs(3) to ctz32() in omap_inth_sir_update()
Paolo Bonzini
2015-04-28
1
-4
/
+5
*
|
sd: convert sd_normal_command() ffs(3) call to ctz32()
Stefan Hajnoczi
2015-04-28
1
-1
/
+2
*
|
Convert ffs() != 0 callers to ctz32()
Stefan Hajnoczi
2015-04-28
5
-23
/
+22
*
|
Convert (ffs(val) - 1) to ctz32(val)
Stefan Hajnoczi
2015-04-28
13
-23
/
+23
*
|
uninorth: convert ffs(3) to ctz32()
Stefan Hajnoczi
2015-04-28
1
-1
/
+4
*
|
hw/arm/nseries: convert ffs(3) to ctz32()
Stefan Hajnoczi
2015-04-28
1
-1
/
+4
*
|
bt-sdp: fix broken uuids power-of-2 calculation
Stefan Hajnoczi
2015-04-28
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150427'...
Peter Maydell
2015-04-28
22
-97
/
+213
|
\
|
*
target-arm: rename c1_coproc to cpacr_el1
Sergey Fedorov
2015-04-26
1
-1
/
+1
|
*
Switch non-CPU callers from ld/st*_phys to address_space_ld/st*
Peter Maydell
2015-04-26
17
-83
/
+185
|
*
exec.c: Make address_space_rw take transaction attributes
Peter Maydell
2015-04-26
2
-4
/
+8
|
*
memory: Replace io_mem_read/write with memory_region_dispatch_read/write
Peter Maydell
2015-04-26
2
-9
/
+19
*
|
balloon: improve error msg when adding second device
Luiz Capitulino
2015-04-24
1
-1
/
+1
|
/
*
vhost: fix log base address
Michael S. Tsirkin
2015-04-20
1
-2
/
+5
*
mips: fix broken fulong2e machine
Paolo Bonzini
2015-04-17
1
-2
/
+2
*
pci: Fix crash with illegal "-net nic, model=xxx" option
Thomas Huth
2015-04-13
1
-1
/
+3
*
cris: memory: Replace memory_region_init_ram with memory_region_allocate_syst...
Dirk Müller
2015-04-11
1
-3
/
+2
*
alpha: memory: Replace memory_region_init_ram with memory_region_allocate_sys...
Dirk Müller
2015-04-10
1
-3
/
+2
*
lm32: memory: Replace memory_region_init_ram with memory_region_allocate_syst...
Dirk Müller
2015-04-10
2
-9
/
+6
*
xen: limit guest control of PCI command register
Jan Beulich
2015-04-09
2
-27
/
+13
*
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2015-04-09
2
-3
/
+13
|
\
|
*
virtio-blk: correctly dirty guest memory
Paolo Bonzini
2015-04-08
2
-3
/
+13
*
|
arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...
Dirk Müller
2015-04-08
13
-37
/
+30
|
/
*
pcspk: Fix I/O port name
Jan Kiszka
2015-04-04
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-04-02
1
-2
/
+6
|
\
|
*
target-i386: clear bsp bit when designating bsp
Nadav Amit
2015-04-02
1
-2
/
+6
*
|
Merge remote-tracking branch 'remotes/armbru/tags/pull-hw-2015-04-02' into st...
Peter Maydell
2015-04-02
17
-0
/
+49
|
\
\
|
|
/
|
/
|
|
*
sysbus: Make devices picking up backends unavailable with -device
Markus Armbruster
2015-04-02
13
-0
/
+26
|
*
sdhci: Make device "sdhci-pci" unavailable with -device
Markus Armbruster
2015-04-02
1
-0
/
+2
|
*
hw: Mark device misusing nd_table[] FIXME
Markus Armbruster
2015-04-02
1
-0
/
+1
|
*
hw: Mark devices picking up char backends actively FIXME
Markus Armbruster
2015-04-02
11
-0
/
+12
|
*
hw: Mark devices picking up block backends actively FIXME
Markus Armbruster
2015-04-02
7
-0
/
+8
*
|
hw/arm/vexpress: Don't double-free flash filename
Peter Maydell
2015-04-02
1
-1
/
+0
*
|
hw/arm/virt: Fix corruption due to double free
Shannon Zhao
2015-04-02
1
-1
/
+0
*
|
hw/intc: arm_gic_kvm.c restore config first
Alex Bennée
2015-04-01
1
-2
/
+5
*
|
hw/arm/virt: Fix memory leak reported by Coverity
Stefan Weil
2015-04-01
1
-1
/
+8
*
|
hw/arm/vexpress: Fix memory leak reported by Coverity
Stefan Weil
2015-04-01
1
-2
/
+9
*
|
hw/arm/highbank: Fix resource leak and wrong image loading
Stefan Weil
2015-04-01
1
-2
/
+1
|
/
*
pc: acpi: fix pvpanic regression
Igor Mammedov
2015-04-01
1
-1
/
+1
*
s390x/ipl: avoid sign extension
Cornelia Huck
2015-03-30
1
-1
/
+1
[next]