summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-19spice: fix broken initializationspice.v50Alon Levy2-8/+6
2012-03-19hw/qxl.c: Fix compilation failures on 32 bit hostsPeter Maydell1-8/+8
2012-03-19qxl/qxl_render.c: add trace eventsAlon Levy2-9/+11
2012-03-19qxl: switch qxl.c to trace-eventsAlon Levy3-74/+140
2012-03-19qxl: init_pipe_signaling: exit on failureAlon Levy1-10/+11
2012-03-19monitor: fix client_migrate_info error handlingYonit Halperin1-0/+5
2012-03-19spice: set spice uuid and nameMarc-André Lureau1-0/+6
2012-03-18tcg: fix sparc host for AREG0 free operationBlue Swirl1-0/+11
2012-03-18Sparc: avoid AREG0 wrappers for memory access helpersBlue Swirl6-268/+93
2012-03-18Sparc: avoid AREG0 for memory access helpersBlue Swirl6-226/+388
2012-03-18TCG: add 5 arg helpers to def-helper.hBlue Swirl1-0/+26
2012-03-18softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl16-44/+576
2012-03-18i386: Remove REGPARMBlue Swirl7-104/+77
2012-03-17sparc64: implement PCI and ISA irqsBlue Swirl5-38/+93
2012-03-17sparc: reset CPU state on resetBlue Swirl2-2/+4
2012-03-17apb: use normal PCI device header for PBM deviceBlue Swirl1-1/+0
2012-03-17Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...Blue Swirl11-101/+118
2012-03-17w64: Fix data type of next_tb and tcg_qemu_tb_execStefan Weil4-7/+7
2012-03-17softfloat: fix for C99Avi Kivity2-4/+6
2012-03-17Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Blue Swirl2-25/+43
2012-03-17Merge branch 'malta' of git://qemu.weilnetz.de/qemuBlue Swirl1-48/+36
2012-03-17Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl20-175/+293
2012-03-17vmstate: fix varrays with uint32_t indexesAmos Kong1-0/+2
2012-03-17Fix large memory chunks allocation with tcg_malloc.Kirill Batuzov2-6/+10
2012-03-16hw/pxa2xx.c: Fix handling of pxa2xx_i2c variable offset within regionPeter Maydell1-2/+1
2012-03-16hw/pxa2xx_lcd.c: drop target_phys_addr_t usage in device stateMitsyanko Igor1-6/+6
2012-03-16hw/pxa2xx_dma.c: drop target_phys_addr_t usage in device stateMitsyanko Igor1-6/+6
2012-03-16ARM: Remove unnecessary subpage workaroundsPeter Maydell3-8/+4
2012-03-15malta: Fix display for LED arrayStefan Weil1-1/+1
2012-03-15malta: Use symbolic hardware addressesStefan Weil1-6/+13
2012-03-15malta: Always allocate flash memoryStefan Weil1-32/+22
2012-03-15malta: Clean allocation of bios region aliasStefan Weil1-15/+6
2012-03-15target-arm: Decode SETEND correctly in ThumbPeter Maydell1-23/+40
2012-03-15target-arm: Clear IT bits when taking exceptions in v7MPeter Maydell1-1/+2
2012-03-15target-arm: Fix typo in ARM946 cp15 c5 handlingPeter Maydell1-1/+1
2012-03-15hw/omap_i2c: Convert to qdevJuha Riihimäki5-79/+101
2012-03-15PPC: Fix openpic with relative memregionsAlexander Graf1-10/+2
2012-03-15pseries: Configure PCI bridge using propertiesDavid Gibson2-76/+94
2012-03-15PPC: KVM: Synchronize regs on CPU dumpAlexander Graf1-0/+2
2012-03-15kvm: Comparison with ioctl number macros needs to be unsignedDavid Gibson1-1/+4
2012-03-15ppc: Correctly define POWERPC_INSNS2_DEFAULTMeador Inge1-2/+2
2012-03-15pseries: Add support for level interrupts to XICSDavid Gibson6-38/+117
2012-03-15PPC: Fix large page support in TCGNathan Whitehorn1-6/+6
2012-03-15PPC: Add PIR register to POWER7 CPUNathan Whitehorn1-0/+5
2012-03-15pseries: Remove PCI device from PCI host bridge codeAlexey Kardashevskiy1-20/+0
2012-03-15pseries: Remove unused constant from PCI codeDavid Gibson1-7/+0
2012-03-15pseries: Update SLOF firmware imageDavid Gibson3-1/+1
2012-03-15PPC64: Add support for ldbrx and stdbrx instructionsThomas Huth3-11/+47
2012-03-15pseries: Don't try to munmap() a malloc()ed TCE tableDavid Gibson1-2/+10
2012-03-15ppc: Add missing 'static' to spin_rw_opsStefan Weil1-1/+1