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
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2015-04-30
1
-0
/
+7
|
\
|
*
Enable NVMe start controller for Windows guest.
Daniel Stekloff
2015-04-30
1
-0
/
+7
*
|
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-04-3...
Peter Maydell
2015-04-30
18
-125
/
+45
|
\
\
|
*
|
microblaze: fix memory leak
Gonglei
2015-04-30
1
-6
/
+7
|
*
|
vhost-user: remove superfluous '\n' around error_report()
Gonglei
2015-04-30
1
-11
/
+11
|
*
|
target-mips: fix memory leak
Gonglei
2015-04-30
3
-0
/
+3
|
*
|
usb: Remove unused functions
Thomas Huth
2015-04-30
1
-41
/
+0
|
*
|
pci: Remove unused function ich9_d2pbr_init()
Thomas Huth
2015-04-30
1
-21
/
+0
|
*
|
vmxnet: Remove unused function vmxnet_rx_pkt_get_num_frags()
Thomas Huth
2015-04-30
2
-16
/
+0
|
*
|
tpm: fix coding style
Stefan Berger
2015-04-30
1
-2
/
+2
|
*
|
range: remove useless inclusions
Paolo Bonzini
2015-04-30
2
-2
/
+0
|
*
|
misc: Fix new collection of typos
Stefan Weil
2015-04-30
4
-4
/
+4
|
*
|
hw/display : remove 'struct' from 'typedef QXL struct'
Chih-Min Chao
2015-04-30
1
-1
/
+1
|
*
|
tpm: Modify DPRINTF to enable -Wformat checking
Stefan Berger
2015-04-30
2
-17
/
+13
|
*
|
tpm: Cast 64bit variables to int when used in DPRINTF
Stefan Berger
2015-04-30
1
-4
/
+4
|
|
/
*
|
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150430' into staging
Peter Maydell
2015-04-30
11
-13
/
+49
|
\
\
|
|
/
|
/
|
|
*
s390x/kvm: Support access register mode for KVM_S390_MEM_OP ioctl
Alexander Yarygin
2015-04-30
2
-13
/
+15
|
*
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/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-04-30
8
-62
/
+29
|
\
\
|
*
|
target-i386: disable LINT0 after reset
Nadav Amit
2015-04-28
1
-9
/
+0
|
*
|
milkymist: do not modify libs-softmmu
Paolo Bonzini
2015-04-28
1
-1
/
+1
|
*
|
ide: there is only one data port
Paolo Bonzini
2015-04-27
1
-2
/
+2
|
*
|
gus: clean up MemoryRegionPortio
Paolo Bonzini
2015-04-27
1
-19
/
+1
|
*
|
sb16: remove useless mixer_write_indexw
Paolo Bonzini
2015-04-27
1
-7
/
+0
|
*
|
sun4m: fix slavio sysctrl and led register sizes
Mark Cave-Ayland
2015-04-27
1
-2
/
+3
|
*
|
acpi-build: remove dependency from ram_addr.h
Paolo Bonzini
2015-04-27
2
-22
/
+22
*
|
|
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
2015-04-30
1
-17
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
fdc: remove sparc sun4m mutations
Hervé Poussineau
2015-04-28
1
-17
/
+0
*
|
|
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
|
/
[next]