index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-04-30
tcg: Delete unused cpu_pc_from_tb()
Peter Crosthwaite
2015-04-30
kvm: Silence warning from valgrind
Thomas Huth
2015-04-30
vhost-user: remove superfluous '\n' around error_report()
Gonglei
2015-04-30
target-mips: fix memory leak
Gonglei
2015-04-30
qmp-commands: Fix typo
John Snow
2015-04-30
linux-user/elfload: use QTAILQ_FOREACH instead of open-coding it
Emilio G. Cota
2015-04-30
coroutine: remove unnecessary parentheses in qemu_co_queue_empty
Emilio G. Cota
2015-04-30
qemu-char: remove unused list node from FDCharDriver
Emilio G. Cota
2015-04-30
input: remove unused mouse_handlers list
Emilio G. Cota
2015-04-30
cpus: use first_cpu macro instead of QTAILQ_FIRST(&cpus)
Emilio G. Cota
2015-04-30
microblaze: cpu: delete unused cpu_interrupts_enabled
Peter Crosthwaite
2015-04-30
microblaze: cpu: Renumber EXCP_* constants to close gap
Michael Tokarev
2015-04-30
microblaze: cpu: Delete EXCP_NMI
Peter Crosthwaite
2015-04-30
microblaze: cpu: Remove unused CC_OP enum
Peter Crosthwaite
2015-04-30
microblaze: cpu: Remote unused cpu_get_pc
Peter Crosthwaite
2015-04-30
microblaze: mmu: Delete flip_um fn prototype
Peter Crosthwaite
2015-04-30
defconfigs: Piggyback microblazeel on microblaze
Peter Crosthwaite
2015-04-30
libcacard: do not use full paths for include files in the same dir
Michael Tokarev
2015-04-30
libcacard: stop including qemu-common.h
Paolo Bonzini
2015-04-30
docs/atomics.txt: fix two typos
Laszlo Ersek
2015-04-30
configure: alphabetize tricore in target list
Peter Crosthwaite
2015-04-30
arm: cpu.h: Remove unused typdefs
Peter Crosthwaite
2015-04-30
util: Remove unused functions
Thomas Huth
2015-04-30
usb: Remove unused functions
Thomas Huth
2015-04-30
monitor: Remove unused functions
Thomas Huth
2015-04-30
pci: Remove unused function ich9_d2pbr_init()
Thomas Huth
2015-04-30
vmxnet: Remove unused function vmxnet_rx_pkt_get_num_frags()
Thomas Huth
2015-04-30
qemu-options: trivial spelling fix (messsage)
Michael Tokarev
2015-04-30
hostmem: Fix mem-path property name in error report
Jan Kiszka
2015-04-30
tpm: fix coding style
Stefan Berger
2015-04-30
qemu-config: remove stray inclusions of hw/ files
Paolo Bonzini
2015-04-30
range: remove useless inclusions
Paolo Bonzini
2015-04-30
misc: Fix new collection of typos
Stefan Weil
2015-04-30
hw/display : remove 'struct' from 'typedef QXL struct'
Chih-Min Chao
2015-04-30
ui/console : remove 'struct' from 'typedef struct' type
Chih-Min Chao
2015-04-30
ui/vnc : remove 'struct' of 'typedef struct'
Chih-Min Chao
2015-04-30
ui/vnc : fix coding style
Chih-Min Chao
2015-04-30
bitops : fix coding style
Chih-Min Chao
2015-04-30
tpm: Modify DPRINTF to enable -Wformat checking
Stefan Berger
2015-04-30
tpm: Cast 64bit variables to int when used in DPRINTF
Stefan Berger
2015-04-30
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-04-30
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
2015-04-28
nbd/trivial: fix type cast for ioctl
Bogdan Purcareata
2015-04-28
translate-all: use bitmap helpers for PageDesc's bitmap
Emilio G. Cota
2015-04-28
target-i386: disable LINT0 after reset
Nadav Amit
2015-04-28
Makefile.target: prepend $libs_softmmu to $LIBS
Wei Liu
2015-04-28
milkymist: do not modify libs-softmmu
Paolo Bonzini
2015-04-28
configure: Add support for tcmalloc
Fam Zheng
2015-04-28
qtest: Add assertion that required environment variable is set
Ed Maste
2015-04-28
qtest/ahci: add flush retry test
John Snow
[next]