aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-03target-i386: use floatx80 constants in helper_fld*_ST0()Aurelien Jarno1-19/+8
2011-06-03softfloat: always enable floatx80 and float128 supportAurelien Jarno4-118/+0
2011-06-03softfloat-native: removeAurelien Jarno6-1093/+2
2011-06-03target-i386: remove old code handling float64Aurelien Jarno5-411/+115
2011-06-03target-mips/gdbstub: remove old CONFIG_SOFTFLOAT #ifndefAurelien Jarno1-4/+0
2011-06-03target-ppc: remove old CONFIG_SOFTFLOAT #ifdefAurelien Jarno3-15/+0
2011-06-03s390x: implement lrvgrAlexander Graf1-0/+3
2011-06-03s390x: fix cksm instructionAlexander Graf1-20/+8
2011-06-03s390x: free tmp explicitly in every opcode for disas_a5()Alexander Graf1-1/+12
2011-06-03target-s390x: Add missing tcg_temp_free_i32()Stefan Weil1-0/+3
2011-06-03target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x90Stefan Weil1-0/+1
2011-06-03target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x8eStefan Weil1-0/+2
2011-06-03target-s390x: Add missing tcg_temp_free_i64() in disas_b2()Stefan Weil1-0/+2
2011-06-03target-s390x: Add missing tcg_temp_free_i64() in do_mh()Stefan Weil1-0/+1
2011-06-03target-s390x: Add missing tcg_temp_free_i64() in gen_jcc()Stefan Weil1-0/+1
2011-06-03target-s390x: Fix duplicate call of tcg_temp_new_i64Stefan Weil1-1/+0
2011-06-03target-s390x: Fix wrong argument in call of tcg_gen_shl_i64()Stefan Weil1-2/+2
2011-06-03target-s390x: Fix build for non-linux hostsStefan Weil1-5/+0
2011-06-03s390x: update zipl romAlexander Graf1-0/+0
2011-06-03PPC: fix mpc8544ds pci default devicesAlexander Graf1-1/+1
2011-06-03Fix segfault on screendump with -nographicAlexander Graf1-1/+1
2011-06-03PPC: install mpc8544ds.dtbAlexander Graf1-0/+1
2011-06-03PPC: fix sregs usage on bookeAlexander Graf1-6/+4
2011-06-03ppc: Fix compilation for ppc64-softmmuStefan Weil1-6/+6
2011-06-01hw/9pfs: Don't crash when we get a request with not supported 9p operationAneesh Kumar K.V1-6/+11
2011-06-01[virtio-9p] Make rpath thread safeVenkateswararao Jujjuri (JV)7-92/+98
2011-06-01virtio-9p: Use relative includes for files in hwStefan Weil9-15/+14
2011-06-01virtio-9p: Move device specific code to virtio-9p-deviceAneesh Kumar K.V5-157/+179
2011-06-01virtio-9p: Move 9p device registration into virtio-9p.cAneesh Kumar K.V4-56/+84
2011-06-01virtio-9p: Don't link to 9p if virtio is not enabledAneesh Kumar K.V2-3/+25
2011-06-01[virtio-9p] Stop renaming files with similar name!Malahal Naineni1-4/+20
2011-06-01QMP: add server mode to QEMUMonitorProtocolStefan Hajnoczi1-11/+32
2011-06-01QMP: add get_events(wait=True) optionStefan Hajnoczi1-3/+8
2011-06-01HMP: Use QMP inject nmi implementationLuiz Capitulino3-19/+8
2011-06-01QMP: add inject-nmi qmp commandLai Jiangshan2-0/+44
2011-06-01QMP: QError: New QERR_UNSUPPORTEDLai Jiangshan2-0/+7
2011-06-01kvm: Enable CPU SMEP featureYang, Wei Y1-0/+13
2011-06-01kvm: Add CPUID support for VIA CPUbrillywu@viatech.com.cn3-3/+74
2011-06-01audio: fix integer overflow expressionJuha Riihim?ki1-2/+2
2011-05-31target-alpha: Implement TLB flush primitives.Richard Henderson3-12/+34
2011-05-31target-alpha: Use a fixed frequency for the RPCC in system mode.Richard Henderson1-1/+10
2011-05-31target-alpha: Trap for unassigned and unaligned addresses.Richard Henderson4-8/+38
2011-05-31target-alpha: Remap PIO space for 43-bit KSEG for EV6.Richard Henderson1-3/+7
2011-05-31target-alpha: Implement cpu_alpha_handle_mmu_fault for system mode.Richard Henderson2-4/+138
2011-05-31target-alpha: Implement more CALL_PAL values inline.Richard Henderson1-32/+108
2011-05-31target-alpha: Disable interrupts properly.Richard Henderson3-4/+46
2011-05-31target-alpha: All ISA checks to use TB->FLAGS.Richard Henderson2-181/+229
2011-05-31target-alpha: Swap shadow registers moving to/from PALmode.Richard Henderson3-2/+41
2011-05-31target-alpha: Implement do_interrupt for system mode.Richard Henderson1-10/+111
2011-05-31target-alpha: Add IPRs to be used by the emulation PALcode.Richard Henderson3-0/+124