aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-30tcg: Delete unused cpu_pc_from_tb()Peter Crosthwaite
2015-04-30kvm: Silence warning from valgrindThomas Huth
2015-04-30vhost-user: remove superfluous '\n' around error_report()Gonglei
2015-04-30target-mips: fix memory leakGonglei
2015-04-30qmp-commands: Fix typoJohn Snow
2015-04-30linux-user/elfload: use QTAILQ_FOREACH instead of open-coding itEmilio G. Cota
2015-04-30coroutine: remove unnecessary parentheses in qemu_co_queue_emptyEmilio G. Cota
2015-04-30qemu-char: remove unused list node from FDCharDriverEmilio G. Cota
2015-04-30input: remove unused mouse_handlers listEmilio G. Cota
2015-04-30cpus: use first_cpu macro instead of QTAILQ_FIRST(&cpus)Emilio G. Cota
2015-04-30microblaze: cpu: delete unused cpu_interrupts_enabledPeter Crosthwaite
2015-04-30microblaze: cpu: Renumber EXCP_* constants to close gapMichael Tokarev
2015-04-30microblaze: cpu: Delete EXCP_NMIPeter Crosthwaite
2015-04-30microblaze: cpu: Remove unused CC_OP enumPeter Crosthwaite
2015-04-30microblaze: cpu: Remote unused cpu_get_pcPeter Crosthwaite
2015-04-30microblaze: mmu: Delete flip_um fn prototypePeter Crosthwaite
2015-04-30defconfigs: Piggyback microblazeel on microblazePeter Crosthwaite
2015-04-30libcacard: do not use full paths for include files in the same dirMichael Tokarev
2015-04-30libcacard: stop including qemu-common.hPaolo Bonzini
2015-04-30docs/atomics.txt: fix two typosLaszlo Ersek
2015-04-30configure: alphabetize tricore in target listPeter Crosthwaite
2015-04-30arm: cpu.h: Remove unused typdefsPeter Crosthwaite
2015-04-30util: Remove unused functionsThomas Huth
2015-04-30usb: Remove unused functionsThomas Huth
2015-04-30monitor: Remove unused functionsThomas Huth
2015-04-30pci: Remove unused function ich9_d2pbr_init()Thomas Huth
2015-04-30vmxnet: Remove unused function vmxnet_rx_pkt_get_num_frags()Thomas Huth
2015-04-30qemu-options: trivial spelling fix (messsage)Michael Tokarev
2015-04-30hostmem: Fix mem-path property name in error reportJan Kiszka
2015-04-30tpm: fix coding styleStefan Berger
2015-04-30qemu-config: remove stray inclusions of hw/ filesPaolo Bonzini
2015-04-30range: remove useless inclusionsPaolo Bonzini
2015-04-30misc: Fix new collection of typosStefan Weil
2015-04-30hw/display : remove 'struct' from 'typedef QXL struct'Chih-Min Chao
2015-04-30ui/console : remove 'struct' from 'typedef struct' typeChih-Min Chao
2015-04-30ui/vnc : remove 'struct' of 'typedef struct'Chih-Min Chao
2015-04-30ui/vnc : fix coding styleChih-Min Chao
2015-04-30bitops : fix coding styleChih-Min Chao
2015-04-30tpm: Modify DPRINTF to enable -Wformat checkingStefan Berger
2015-04-30tpm: Cast 64bit variables to int when used in DPRINTFStefan Berger
2015-04-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-04-30Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2015-04-28nbd/trivial: fix type cast for ioctlBogdan Purcareata
2015-04-28translate-all: use bitmap helpers for PageDesc's bitmapEmilio G. Cota
2015-04-28target-i386: disable LINT0 after resetNadav Amit
2015-04-28Makefile.target: prepend $libs_softmmu to $LIBSWei Liu
2015-04-28milkymist: do not modify libs-softmmuPaolo Bonzini
2015-04-28configure: Add support for tcmallocFam Zheng
2015-04-28qtest: Add assertion that required environment variable is setEd Maste
2015-04-28qtest/ahci: add flush retry testJohn Snow