aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-16Merge remote-tracking branch 'kraxel/seabios-1.6.3.2' into stagingAnthony Liguori5-0/+16
2012-03-16pci: fix double free of romfile propertyAnthony Liguori1-1/+0
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-15qapi: Convert migrateLuiz Capitulino10-71/+123
2012-03-15Purge migration of (almost) everything to do with monitorsLuiz Capitulino7-61/+50
2012-03-15Error: Introduce error_copy()Luiz Capitulino2-0/+18
2012-03-15QError: Introduce new errors for the migration commandLuiz Capitulino2-0/+14
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
2012-03-15PPC: 405: Fix ppc405ep initializationAlexander Graf1-0/+2
2012-03-15Bad zero comparison for sas_ss_flags on powerpcAlex Barcelo1-1/+1
2012-03-14target-lm32/microblaze: Drop second CPU{LM32, MB}State typedefAndreas Färber2-4/+4
2012-03-14Merge remote-tracking branch 'afaerber/qom-cpu.v5' into stagingAnthony Liguori229-2984/+3148
2012-03-14vnc: Limit r/w access to size of allocated memoryStefan Weil1-0/+3
2012-03-14vnc: don't mess up with iohandlers in the vnc threadCorentin Chary4-19/+44
2012-03-14qom: Introduce CPU classAndreas Färber5-0/+138