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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
qmp-commands: Fix typo
John Snow
2015-04-30
1
-2
/
+2
*
linux-user/elfload: use QTAILQ_FOREACH instead of open-coding it
Emilio G. Cota
2015-04-30
1
-2
/
+1
*
coroutine: remove unnecessary parentheses in qemu_co_queue_empty
Emilio G. Cota
2015-04-30
1
-1
/
+1
*
qemu-char: remove unused list node from FDCharDriver
Emilio G. Cota
2015-04-30
1
-1
/
+0
*
input: remove unused mouse_handlers list
Emilio G. Cota
2015-04-30
1
-2
/
+0
*
cpus: use first_cpu macro instead of QTAILQ_FIRST(&cpus)
Emilio G. Cota
2015-04-30
1
-1
/
+1
*
microblaze: cpu: delete unused cpu_interrupts_enabled
Peter Crosthwaite
2015-04-30
1
-5
/
+0
*
microblaze: cpu: Renumber EXCP_* constants to close gap
Michael Tokarev
2015-04-30
1
-5
/
+5
*
microblaze: cpu: Delete EXCP_NMI
Peter Crosthwaite
2015-04-30
1
-1
/
+0
*
microblaze: cpu: Remove unused CC_OP enum
Peter Crosthwaite
2015-04-30
1
-6
/
+0
*
microblaze: cpu: Remote unused cpu_get_pc
Peter Crosthwaite
2015-04-30
1
-5
/
+0
*
microblaze: mmu: Delete flip_um fn prototype
Peter Crosthwaite
2015-04-30
1
-1
/
+0
*
defconfigs: Piggyback microblazeel on microblaze
Peter Crosthwaite
2015-04-30
1
-9
/
+1
*
libcacard: do not use full paths for include files in the same dir
Michael Tokarev
2015-04-30
2
-3
/
+3
*
libcacard: stop including qemu-common.h
Paolo Bonzini
2015-04-30
7
-7
/
+22
*
docs/atomics.txt: fix two typos
Laszlo Ersek
2015-04-30
1
-2
/
+2
*
configure: alphabetize tricore in target list
Peter Crosthwaite
2015-04-30
1
-2
/
+2
*
arm: cpu.h: Remove unused typdefs
Peter Crosthwaite
2015-04-30
1
-5
/
+0
*
util: Remove unused functions
Thomas Huth
2015-04-30
4
-90
/
+0
*
usb: Remove unused functions
Thomas Huth
2015-04-30
2
-46
/
+0
*
monitor: Remove unused functions
Thomas Huth
2015-04-30
3
-15
/
+0
*
pci: Remove unused function ich9_d2pbr_init()
Thomas Huth
2015-04-30
2
-22
/
+0
*
vmxnet: Remove unused function vmxnet_rx_pkt_get_num_frags()
Thomas Huth
2015-04-30
2
-16
/
+0
*
qemu-options: trivial spelling fix (messsage)
Michael Tokarev
2015-04-30
1
-1
/
+1
*
hostmem: Fix mem-path property name in error report
Jan Kiszka
2015-04-30
1
-1
/
+1
*
tpm: fix coding style
Stefan Berger
2015-04-30
1
-2
/
+2
*
qemu-config: remove stray inclusions of hw/ files
Paolo Bonzini
2015-04-30
1
-2
/
+0
*
range: remove useless inclusions
Paolo Bonzini
2015-04-30
5
-5
/
+0
*
misc: Fix new collection of typos
Stefan Weil
2015-04-30
8
-12
/
+12
*
hw/display : remove 'struct' from 'typedef QXL struct'
Chih-Min Chao
2015-04-30
2
-4
/
+4
*
ui/console : remove 'struct' from 'typedef struct' type
Chih-Min Chao
2015-04-30
2
-3
/
+3
*
ui/vnc : remove 'struct' of 'typedef struct'
Chih-Min Chao
2015-04-30
4
-10
/
+10
*
ui/vnc : fix coding style
Chih-Min Chao
2015-04-30
1
-2
/
+4
*
bitops : fix coding style
Chih-Min Chao
2015-04-30
1
-30
/
+31
*
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/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-04-30
21
-171
/
+168
|
\
|
*
nbd/trivial: fix type cast for ioctl
Bogdan Purcareata
2015-04-28
1
-1
/
+1
|
*
translate-all: use bitmap helpers for PageDesc's bitmap
Emilio G. Cota
2015-04-28
1
-33
/
+9
|
*
target-i386: disable LINT0 after reset
Nadav Amit
2015-04-28
1
-9
/
+0
|
*
Makefile.target: prepend $libs_softmmu to $LIBS
Wei Liu
2015-04-28
1
-1
/
+1
|
*
milkymist: do not modify libs-softmmu
Paolo Bonzini
2015-04-28
1
-1
/
+1
|
*
configure: Add support for tcmalloc
Fam Zheng
2015-04-28
1
-0
/
+24
|
*
exec: Respect as_translate_internal length clamp
Peter Crosthwaite
2015-04-27
1
-4
/
+2
|
*
ioport: reserve the whole range of an I/O port in the AddressSpace
Paolo Bonzini
2015-04-27
1
-3
/
+3
|
*
ioport: loosen assertions on emulation of 16-bit ports
Paolo Bonzini
2015-04-27
1
-6
/
+14
|
*
ioport: remove wrong comment
Paolo Bonzini
2015-04-27
1
-4
/
+0
|
*
ide: there is only one data port
Paolo Bonzini
2015-04-27
1
-2
/
+2
[next]