aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-10stellaris: Removed SSI muxPeter A. G. Crosthwaite
2012-10-10qdev: allow multiple qdev_init_gpio_in() callsPeter A. G. Crosthwaite
2012-10-10ssi: Added create_slave_no_init()Peter A. G. Crosthwaite
2012-10-10ssi: Implemented CS behaviourPeter A. G. Crosthwaite
2012-10-10ssi: Support for multiple attached devicesPeter A. G. Crosthwaite
2012-10-07Merge branch 'master' of git.qemu.org:/pub/git/qemuBlue Swirl
2012-10-07qemu-barrier: Fix compilation on i386 hostsAurelien Jarno
2012-10-07target-sparc: Optimize conditionals using SUBCCRichard Henderson
2012-10-07target-sparc: Fall through from not-taken trapRichard Henderson
2012-10-07target-sparc: Cleanup "global" temporary allocationRichard Henderson
2012-10-07target-sparc: Use movcond for FMOV*RRichard Henderson
2012-10-07target-sparc: Use movcond in mulsccRichard Henderson
2012-10-07target-sparc: Move taddcctv and tsubcctv out of lineRichard Henderson
2012-10-07target-sparc: Tidy TccRichard Henderson
2012-10-07target-sparc: Move sdivx and udivx out of lineRichard Henderson
2012-10-07target-sparc: Use movcond in gen_generic_branchRichard Henderson
2012-10-07target-sparc: Use DisasCompare and movcond in MOVRRichard Henderson
2012-10-07target-sparc: Use DisasCompare and movcond in MOVCCRichard Henderson
2012-10-07target-sparc: Use DisasCompare and movcond in FMOVR, FMOVCCRichard Henderson
2012-10-07target-sparc: Use DisasCompare in TccRichard Henderson
2012-10-07target-sparc: Introduce DisasCompare and functions to generate itRichard Henderson
2012-10-07target-sparc: Tidy gen_generic_branch interfaceRichard Henderson
2012-10-07target-sparc: Tidy save_npc interfaceRichard Henderson
2012-10-07target-sparc: Tidy gen_mov_pc_npc interfaceRichard Henderson
2012-10-07target-sparc: Tidy save_state interfaceRichard Henderson
2012-10-07target-sparc: Tidy gen_trap_ifnofpu interfaceRichard Henderson
2012-10-07target-sparc: Tidy flush_cond interfaceRichard Henderson
2012-10-07target-sparc: Tidy do_branch interfacesRichard Henderson
2012-10-07target-sparc: Make CPU_LOG_INT useful by defaultRichard Henderson
2012-10-07target-sparc: Tidy cpu_dump_stateRichard Henderson
2012-10-07tcg: Remove redundant pointer from TCGContextStefan Weil
2012-10-06Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Aurelien Jarno
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno
2012-10-06Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafAurelien Jarno
2012-10-06qemu-barrier: Fix compilation on i386 hostsStefan Weil
2012-10-06tcg: Add tcg_high_condRichard Henderson
2012-10-06tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYSRichard Henderson
2012-10-06tcg: Add is_unsigned_condRichard Henderson
2012-10-06vga: cleanup after isa_vga_init() and pci_vga_init() conversionAurelien Jarno
2012-10-06mips/r4k: use the new is_vga_init() functionAurelien Jarno
2012-10-06pc: use the new pci_vga_init() and isa_vga_init() functionsAurelien Jarno
2012-10-06sun/sun4u: use the new pci_vga_init() functionAurelien Jarno
2012-10-06ppc/pSeries: use the new pci_vga_init() functionAurelien Jarno
2012-10-06ppc/prep: use the new pci_vga_init() functionAurelien Jarno
2012-10-06ppc/oldworld: use the new pci_vga_init() functionAurelien Jarno
2012-10-06ppc/newworld: use the new pci_vga_init() functionAurelien Jarno
2012-10-06alpha: use the new pci_vga_init() functionAurelien Jarno
2012-10-06mips/malta: use the new pci_vga_init() functionAurelien Jarno
2012-10-06isa: add a isa_vga_init() functionAurelien Jarno
2012-10-06pci: add a pci_vga_init() functionAurelien Jarno