aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-07tcg: Remove redundant pointer from TCGContextStefan Weil2-3/+1
2012-10-06Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Aurelien Jarno14-238/+183
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno54-111/+56
2012-10-06Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafAurelien Jarno21-430/+569
2012-10-06qemu-barrier: Fix compilation on i386 hostsStefan Weil1-0/+2
2012-10-06tcg: Add tcg_high_condRichard Henderson2-15/+19
2012-10-06tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYSRichard Henderson11-41/+102
2012-10-06tcg: Add is_unsigned_condRichard Henderson2-1/+6
2012-10-06vga: cleanup after isa_vga_init() and pci_vga_init() conversionAurelien Jarno7-56/+0
2012-10-06mips/r4k: use the new is_vga_init() functionAurelien Jarno1-1/+1
2012-10-06pc: use the new pci_vga_init() and isa_vga_init() functionsAurelien Jarno1-29/+6
2012-10-06sun/sun4u: use the new pci_vga_init() functionAurelien Jarno1-2/+1
2012-10-06ppc/pSeries: use the new pci_vga_init() functionAurelien Jarno1-5/+2
2012-10-06ppc/prep: use the new pci_vga_init() functionAurelien Jarno1-2/+1
2012-10-06ppc/oldworld: use the new pci_vga_init() functionAurelien Jarno1-2/+1
2012-10-06ppc/newworld: use the new pci_vga_init() functionAurelien Jarno1-2/+1
2012-10-06alpha: use the new pci_vga_init() functionAurelien Jarno3-27/+1
2012-10-06mips/malta: use the new pci_vga_init() functionAurelien Jarno1-9/+1
2012-10-06isa: add a isa_vga_init() functionAurelien Jarno2-0/+22
2012-10-06pci: add a pci_vga_init() functionAurelien Jarno2-0/+21
2012-10-06vl.c: default to std if cirrus is not availableAurelien Jarno1-2/+6
2012-10-06vl.c: check for qxl availabilityAurelien Jarno1-1/+11
2012-10-06vl.c: convert *vga_enabled functions to QOMAurelien Jarno3-9/+4
2012-10-06vga: rename isa_vga_init() to isa_std_vga_init()Aurelien Jarno3-3/+3
2012-10-06vga: rename pci_vga_init() into pci_std_vga_init()Aurelien Jarno10-12/+12
2012-10-06tcg: remove obsolete jmp opAurelien Jarno13-71/+1
2012-10-06target-xtensa: de-optimize EXTUIAurelien Jarno1-20/+2
2012-10-05Remove libhwStefan Weil10-175/+141
2012-10-05target-arm: Drop unused DECODE_CPREG_CRN macroPeter Maydell1-2/+0
2012-10-05target-arm: use deposit instead of hardcoded versionAurelien Jarno1-14/+6
2012-10-05target-arm: mark a few integer helpers const and pureAurelien Jarno1-9/+10
2012-10-05target-arm: convert sar, shl and shr helpers to TCGAurelien Jarno3-33/+43
2012-10-05target-arm: convert add_cc and sub_cc helpers to TCGAurelien Jarno3-40/+48
2012-10-05target-arm: use globals for CC flagsAurelien Jarno1-81/+46
2012-10-05target-arm: Reinstate display of VFP registers in cpu_dump_statePeter Maydell1-26/+16
2012-10-05cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell10-34/+15
2012-10-05versatilepb: Use symbolic indices for ARM PICStefan Weil1-1/+2
2012-10-05qdev: kill bogus commentEduardo Habkost1-1/+0
2012-10-05qemu-barrier: Fix compiler version check for future gcc versionsStefan Weil1-1/+1
2012-10-05hw: Add missing 'static' attribute for QEMUMachineStefan Weil2-2/+2
2012-10-05cleanup useless return sentenceAmos Kong41-67/+0
2012-10-05rtc: implement century bytePaolo Bonzini2-11/+48
2012-10-05rtc: map CMOS index 0x37 to 0x32 on read and writesPaolo Bonzini2-6/+13
2012-10-05rtc: fix overflow in mktimegmPaolo Bonzini2-1/+46
2012-10-05qtest: implement QTEST_STOPPaolo Bonzini1-13/+25
2012-10-05qemu-barrier: Fix compiler version check for future gcc versionsStefan Weil1-1/+1
2012-10-05doc: update HACKING wrt strncpy/pstrcpyJim Meyering1-4/+5
2012-10-05hw/r2d: add comment: this strncpy use is okJim Meyering1-0/+2
2012-10-05qcow2: mark this file's sole strncpy use as justifiedJim Meyering1-0/+1
2012-10-05acpi: remove strzcpy (strncpy-identical) function; just use strncpyJim Meyering1-16/+8