summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-17target-arm: remove cpu_T for ARM once and for allFilip Navara2-35/+0
2009-10-17target-arm: convert VFP not to use cpu_TFilip Navara1-28/+22
2009-10-17target-arm: convert disas_iwmmxt_insn not to use cpu_TFilip Navara1-252/+219
2009-10-17target-arm: convert disas_dsp_insn not use cpu_TFilip Navara1-39/+20
2009-10-17target-arm: convert disas_neon_ls_insn not to use cpu_TFilip Navara1-33/+34
2009-10-17target-arm: convert disas_neon_data_insn and helpers not to use cpu_TFilip Navara1-296/+271
2009-10-17target-arm: convert rest of disas_arm_insn / disas_thumb2_insn not to use cpu_TFilip Navara1-41/+56
2009-10-17target-arm: replace thumb usage of cpu_T registers by proper register allocat...Filip Navara1-129/+139
2009-10-17target-arm: fix TANDC and TORC instructionsFilip Navara1-0/+2
2009-10-17target-arm: convert NEON VZIP/VUZP/VTRN helper functions to pure TCGFilip Navara3-73/+142
2009-10-17target-arm: convert gen_lookup_tb not to use cpu_TFilip Navara1-2/+1
2009-10-17target-arm: get rid of gen_set_psr_T0 and replace it by gen_set_psr/gen_set_p...Filip Navara1-20/+24
2009-10-17target-arm: fix SRS/RFE instructionsFilip Navara1-15/+16
2009-10-17target-arm: remove unused gen_movl_T2_reg functionFilip Navara1-5/+0
2009-10-17target-arm: remove useless line that sets register that is never used againFilip Navara1-1/+0
2009-10-17target-arm: get rid of temporary variable cacheFilip Navara1-28/+3
2009-10-17target-arm: use tcg_global_mem_new_i32 to allocate registersFilip Navara1-17/+23
2009-10-17Only IDE needs limits for CHS configurationBlue Swirl1-3/+3
2009-10-15MIPS jazz: create isa busRoy Tam1-0/+2
2009-10-15multiboot: Limit number of multiboot modulesAdam Lackorzynski1-1/+8
2009-10-15multiboot: Fix cmdline of modulesAdam Lackorzynski1-1/+1
2009-10-15ksm supportIzik Eidus1-0/+3
2009-10-15pcnet: Extend hardware resetJan Kiszka1-0/+3
2009-10-15qcow2: Bring synchronous read/write back to lifeKevin Wolf3-5/+55
2009-10-15Documentation: Move msmouse description to an appropriate placeKevin Wolf1-2/+2
2009-10-15Documentation: Add missing tags to placeholdersKevin Wolf2-26/+27
2009-10-15Documentation: Highlight placeholders in suboptionsKevin Wolf1-9/+9
2009-10-15net: fix multiple NICs causing net opts process to stopMark McLoughlin1-1/+3
2009-10-15net: add queue for peer-to-peer packet forwardingMark McLoughlin2-13/+99
2009-10-15net: refactor packet queueing codeMark McLoughlin6-132/+342
2009-10-15net: allow NICs to be connected to netdevsMark McLoughlin10-20/+45
2009-10-15net: add -net nic,netdev= optionMark McLoughlin2-5/+37
2009-10-15net: maintain a list of vlan-less clientsMark McLoughlin1-2/+11
2009-10-15net: handle -netdevice optionsMark McLoughlin4-39/+95
2009-10-15net: add -netdev optionMark McLoughlin4-0/+29
2009-10-15net: add QemuOptsList arg to net_client_parse()Mark McLoughlin3-5/+6
2009-10-15net: allow clients not associated with a vlanMark McLoughlin1-7/+23
2009-10-15net: use qtailq for vlan and client listsMark McLoughlin3-62/+62
2009-10-15net: remove id field from NICInfoMark McLoughlin3-7/+2
2009-10-15net: handle id= parameter for -netMark McLoughlin1-28/+20
2009-10-15net: remove unused qemu_handler_true()Mark McLoughlin1-1/+0
2009-10-15net: pass monitor handle to client init functionsMark McLoughlin1-1/+1
2009-10-15hotplug: safely iterate bus's sibling list while removing a deviceMark McLoughlin1-2/+2
2009-10-15eepro100: Remove unused device status entriesStefan Weil1-74/+20
2009-10-15winwave: ADC supportmalc1-24/+336
2009-10-15audio: remove last remnants of _tmalc3-5/+5
2009-10-15winwave: make error logging more consistentmalc1-6/+7
2009-10-15winwave: follow the rules when closing the output devicemalc1-0/+19
2009-10-15configure: clean temporary executable files even on Windowsmalc1-1/+1
2009-10-14scsi disk block descriptor v2Artyom Tarasenko1-1/+21