aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-03softfloat: always enable floatx80 and float128 supportAurelien Jarno
2011-06-03softfloat-native: removeAurelien Jarno
2011-06-03target-i386: remove old code handling float64Aurelien Jarno
2011-06-03target-mips/gdbstub: remove old CONFIG_SOFTFLOAT #ifndefAurelien Jarno
2011-06-03target-ppc: remove old CONFIG_SOFTFLOAT #ifdefAurelien Jarno
2011-06-03s390x: implement lrvgrAlexander Graf
2011-06-03s390x: fix cksm instructionAlexander Graf
2011-06-03s390x: free tmp explicitly in every opcode for disas_a5()Alexander Graf
2011-06-03target-s390x: Add missing tcg_temp_free_i32()Stefan Weil
2011-06-03target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x90Stefan Weil
2011-06-03target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x8eStefan Weil
2011-06-03target-s390x: Add missing tcg_temp_free_i64() in disas_b2()Stefan Weil
2011-06-03target-s390x: Add missing tcg_temp_free_i64() in do_mh()Stefan Weil
2011-06-03target-s390x: Add missing tcg_temp_free_i64() in gen_jcc()Stefan Weil
2011-06-03target-s390x: Fix duplicate call of tcg_temp_new_i64Stefan Weil
2011-06-03target-s390x: Fix wrong argument in call of tcg_gen_shl_i64()Stefan Weil
2011-06-03target-s390x: Fix build for non-linux hostsStefan Weil
2011-06-03s390x: update zipl romAlexander Graf
2011-06-03PPC: fix mpc8544ds pci default devicesAlexander Graf
2011-06-03Fix segfault on screendump with -nographicAlexander Graf
2011-06-03PPC: install mpc8544ds.dtbAlexander Graf
2011-06-03PPC: fix sregs usage on bookeAlexander Graf
2011-06-03ppc: Fix compilation for ppc64-softmmuStefan Weil
2011-06-01hw/9pfs: Don't crash when we get a request with not supported 9p operationAneesh Kumar K.V
2011-06-01[virtio-9p] Make rpath thread safeVenkateswararao Jujjuri (JV)
2011-06-01virtio-9p: Use relative includes for files in hwStefan Weil
2011-06-01virtio-9p: Move device specific code to virtio-9p-deviceAneesh Kumar K.V
2011-06-01virtio-9p: Move 9p device registration into virtio-9p.cAneesh Kumar K.V
2011-06-01virtio-9p: Don't link to 9p if virtio is not enabledAneesh Kumar K.V
2011-06-01[virtio-9p] Stop renaming files with similar name!Malahal Naineni
2011-06-01QMP: add server mode to QEMUMonitorProtocolStefan Hajnoczi
2011-06-01QMP: add get_events(wait=True) optionStefan Hajnoczi
2011-06-01HMP: Use QMP inject nmi implementationLuiz Capitulino
2011-06-01QMP: add inject-nmi qmp commandLai Jiangshan
2011-06-01QMP: QError: New QERR_UNSUPPORTEDLai Jiangshan
2011-06-01kvm: Enable CPU SMEP featureYang, Wei Y
2011-06-01kvm: Add CPUID support for VIA CPUbrillywu@viatech.com.cn
2011-06-01audio: fix integer overflow expressionJuha Riihim?ki
2011-05-31target-alpha: Implement TLB flush primitives.Richard Henderson
2011-05-31target-alpha: Use a fixed frequency for the RPCC in system mode.Richard Henderson
2011-05-31target-alpha: Trap for unassigned and unaligned addresses.Richard Henderson
2011-05-31target-alpha: Remap PIO space for 43-bit KSEG for EV6.Richard Henderson
2011-05-31target-alpha: Implement cpu_alpha_handle_mmu_fault for system mode.Richard Henderson
2011-05-31target-alpha: Implement more CALL_PAL values inline.Richard Henderson
2011-05-31target-alpha: Disable interrupts properly.Richard Henderson
2011-05-31target-alpha: All ISA checks to use TB->FLAGS.Richard Henderson
2011-05-31target-alpha: Swap shadow registers moving to/from PALmode.Richard Henderson
2011-05-31target-alpha: Implement do_interrupt for system mode.Richard Henderson
2011-05-31target-alpha: Add IPRs to be used by the emulation PALcode.Richard Henderson
2011-05-31target-alpha: Use kernel mmu_idx for pal_mode.Richard Henderson