summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-10target-s390x: avoid AREG0 for misc helpersBlue Swirl5-56/+60
2012-09-10target-s390x: avoid AREG0 for condition code helpersBlue Swirl4-20/+18
2012-09-10target-s390x: avoid AREG0 for integer helpersBlue Swirl4-20/+19
2012-09-10target-s390x: avoid AREG0 for FPU helpersBlue Swirl7-191/+257
2012-09-10target-s390x: rename op_helper.c to misc_helper.cBlue Swirl3-5/+5
2012-09-10target-s390x: split memory access helpersBlue Swirl3-1159/+1193
2012-09-10target-s390x: split integer helpersBlue Swirl3-171/+203
2012-09-10target-s390x: split condition code helpersBlue Swirl4-522/+557
2012-09-10target-s390x: split FPU opsBlue Swirl5-810/+847
2012-09-10target-s390x: fix styleBlue Swirl2-237/+297
2012-09-09kvm: Clean up irqfd APIJan Kiszka4-32/+10
2012-09-09qemu: Use valgrind annotations to mark kvm guest memory as definedChristian Borntraeger2-1/+9
2012-09-08musicpal: Fix flash mappingJan Kiszka1-2/+2
2012-09-08Add MAINTAINERS entry for leon3Fabien Chouteau1-0/+6
2012-09-08target-sparc: fix fcmp{s,d,q} instructions wrt exceptionAurelien Jarno1-40/+27
2012-09-08target-xtensa: fix missing errno codes for mingw32Max Filippov1-0/+6
2012-09-08target-cris: Fix buffer overflowStefan Weil1-1/+1
2012-09-08MIPS/user: Fix reset CPU state initializationMaciej W. Rozycki3-62/+52
2012-09-07lan9118: fix multicast filteringAurelien Jarno1-1/+1
2012-09-07fix entry pointer for ELF kernels loaded with -kernel optionHenning Schild1-0/+11
2012-09-07vhost: Pass device path to vhost_dev_init()Stefan Hajnoczi3-4/+6
2012-09-07monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_paramNicholas Bellinger6-23/+22
2012-09-07pcie_aer: clear cmask for Advanced Error Interrupt Message NumberJason Baron1-0/+5
2012-09-07pcie: drop version_id field for live migrationJason Baron2-2/+1
2012-09-07qemu: add .exrcMichael S. Tsirkin1-0/+7
2012-09-06hw/pl110: Fix spelling of 'palette'Peter Maydell2-26/+26
2012-09-05target-xtensa: convert host errno values to guestMax Filippov1-8/+98
2012-09-05CHECKPATCH: Add warning for single else statement.Don Slutz1-6/+10
2012-09-05CHECKPATCH: Add --debug adv_apwDon Slutz1-19/+32
2012-09-05CHECKPATCH: Add --debug adv_checkingDon Slutz1-1/+3
2012-09-05CHECKPATCH: Add --debug adv_dcsDon Slutz1-0/+3
2012-09-05tcx: tcx_screen_dump(): add error handlingLuiz Capitulino1-6/+29
2012-09-05tcx: tcx24_screen_dump(): add error handlingLuiz Capitulino1-9/+41
2012-09-05g364fb: g364fb_screen_dump(): add error handlingLuiz Capitulino1-12/+40
2012-09-05omap_lcdc: omap_ppm_save(): add error handlingLuiz Capitulino1-14/+45
2012-09-05omap_lcdc: rename ppm_save() to omap_ppm_save()Luiz Capitulino1-5/+5
2012-09-05vga: ppm_save(): add error handlingLuiz Capitulino5-11/+30
2012-09-05qapi: convert screendumpLuiz Capitulino8-16/+29
2012-09-05console: vga_hw_screen_dump_ptr: take Error argumentLuiz Capitulino9-15/+27
2012-09-05error: add error_setg()Luiz Capitulino1-0/+6
2012-09-05json-parser: Fix potential NULL pointer segfaultStefan Weil1-1/+1
2012-09-05qapi: Fix potential NULL pointer segfaultStefan Weil1-1/+1
2012-09-05qapi: convert sendkeyAmos Kong8-90/+171
2012-09-05monitor: move key_defs[] table and introduce two help functionsAmos Kong3-172/+203
2012-09-05qapi: add the QKeyCode enumAmos Kong1-0/+26
2012-09-05qapi: generate list struct and visit_list for enumAmos Kong2-2/+28
2012-09-05hmp: rename argumentsAmos Kong2-8/+8
2012-09-05monitor: rename keyname '<' to 'less'Amos Kong1-1/+8
2012-09-05fix doc of using raw values with sendkeyAmos Kong1-3/+3
2012-09-05Add support for pretty-printing response in qmp-shellDaniel P. Berrange1-13/+33