aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-12target-arm: Use lookup table for size check on Neon 3-reg-same insnsPeter Maydell1-64/+133
2011-04-12fix acpi regressionWen Congyang1-1/+1
2011-04-12Replace cpu_physical_memory_rw were possibleStefan Weil8-21/+19
2011-04-12monitor: Remove some type casts which are no longer neededStefan Weil1-30/+18
2011-04-12exec: Remove a type cast which is no longer neededStefan Weil1-1/+1
2011-04-12cpu-common: Modify cpu_physical_memory_read and cpu_physical_memory_writeStefan Weil1-3/+3
2011-04-12configure: disable opengl per defaultMichael Walle1-0/+1
2011-04-12target-ppc: remove #ifdef FLOAT128Aurelien Jarno1-20/+0
2011-04-12target-sh4: get rid of CPU_{Float,Double}UAurelien Jarno2-158/+92
2011-04-12unicore32: necessary modifications for other files to support unicore32Guan Xuetao10-14/+202
2011-04-12unicore32: add necessry headers in linux-user/unicore32 for unicore32 supportGuan Xuetao4-0/+454
2011-04-12unicore32: add target-unicore32 directory for unicore32-linux-user supportGuan Xuetao6-0/+3142
2011-04-12microblaze: Add partial decoding of stream insnsEdgar E. Iglesias4-0/+78
2011-04-12microblaze: Add stream-insn related constantsEdgar E. Iglesias1-0/+9
2011-04-11microblaze: Correct ec mask in debug printEdgar E. Iglesias1-1/+1
2011-04-11microblaze: Add constant for exception-code maskEdgar E. Iglesias1-0/+1
2011-04-11microblaze: Correct MMU_ZONES maskAlejandro Cabrera1-1/+1
2011-04-11ppc: remove a write-only variableBlue Swirl1-2/+0
2011-04-10s390x: fix virtio feature bitmapAlexander Graf1-2/+2
2011-04-10s390x: set alignment for long to 8Alexander Graf1-0/+1
2011-04-10musicpal: Fix registration of MMIO-less sysbus devicesJan Kiszka1-2/+2
2011-04-10acpi, acpi_piix: factor out GPE logicIsaku Yamahata3-70/+108
2011-04-10arm: basic support for ARMv4/ARMv4T emulationDmitry Eremin-Solenikov3-12/+80
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil12-14/+14
2011-04-10vnc: tight: Fix crash after 2GB of outputMichael Tokarev2-4/+5
2011-04-09smbus_eeprom: consolidate smbus eeprom creation oc pc_piix, mips_mapta, mips_...Isaku Yamahata5-28/+28
2011-04-09lan9118: Ignore write to MAC_VLAN1 registerAtsushi Nemoto1-0/+6
2011-04-09acpi, acpi_piix, vt82c686: factor out PM1_CNT logicIsaku Yamahata4-52/+74
2011-04-09acpi, acpi_piix, vt82c686: factor out PM1a EVT logicIsaku Yamahata4-75/+81
2011-04-09acpi, acpi_piix, vt82c686: factor out PM_TMR logicIsaku Yamahata4-65/+96
2011-04-09hw/pflash_cfi02: Fix lazy reset of ROMD modeJordan Justen1-1/+1
2011-04-09configure: avoid basename usage messageScott Wood1-1/+1
2011-04-09mpc85xx_pci_map_irq: change "unknow" to "unknown"Scott Wood1-1/+1
2011-04-09event: trivial coding style fixesBrad Hards1-7/+7
2011-04-09multiboot: Quote filename in error messageAdam Lackorzynski1-1/+1
2011-04-08ppce500_mpc8544ds: Fix compile with --enable-debug and --disable-kvmDavid Gibson1-0/+9
2011-04-08Use existing helper function to implement popcntd instructionDavid Gibson1-13/+1
2011-04-08Delay creation of pseries device tree until resetDavid Gibson2-48/+75
2011-04-08pseries: Abolish envs arrayDavid Gibson3-38/+46
2011-04-08spapr_vscsi: Set uninitialized variableStefan Weil1-1/+1
2011-04-08Don't call cpu_synchronize_state() from machine init.Scott Wood2-4/+0
2011-04-07Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori28-712/+825
2011-04-07virtio-blk: fail unaligned requestsChristoph Hellwig1-0/+8
2011-04-07virtio-balloon: fixed endianness bug in the config spaceAlexey Kardashevskiy1-1/+1
2011-04-07virtio-9p: fixed LE-to-host conversion bug when QEMU is called from guestAlexey Kardashevskiy1-6/+3
2011-04-07spapr_llan: Fix warning when compiled with -dDEBUGAlexey Kardashevskiy1-3/+0
2011-04-07qdev: Fix comment around qdev_init_nofail()Michael Tokarev1-1/+2
2011-04-07usb-ccid: Spelling fixesBrad Hards1-4/+4
2011-04-07Fix integer overflow in block migration bandwidth calculationAvishay Traeger1-1/+1
2011-04-07floppy: save and restore DIR registerJason Wang1-1/+50