aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-18bsd-user: FreeBSD updateJuergen Lock
2009-10-18x86: add 'static' to please SparseBlue Swirl
2009-10-18target-ppc: simpler definitions for microcontrollers based on e300Thomas Monjalon
2009-10-18target-ppc: add declarations of microcontrollers based on e300Thomas Monjalon
2009-10-18target-ppc: better support of e300 CPU coreThomas Monjalon
2009-10-18target-arm: fix bugs introduced by 1b2b1e547bd912b7d3c4863d0a0f75f6f38330edAurelien Jarno
2009-10-18target-arm: fix bugs introduced by 3174f8e91fecf8756e861d1febb049f3c619a2c7Aurelien Jarno
2009-10-17target-arm: remove T0 and T1Aurelien Jarno
2009-10-17target-arm: remove cpu_T for ARM once and for allFilip Navara
2009-10-17target-arm: convert VFP not to use cpu_TFilip Navara
2009-10-17target-arm: convert disas_iwmmxt_insn not to use cpu_TFilip Navara
2009-10-17target-arm: convert disas_dsp_insn not use cpu_TFilip Navara
2009-10-17target-arm: convert disas_neon_ls_insn not to use cpu_TFilip Navara
2009-10-17target-arm: convert disas_neon_data_insn and helpers not to use cpu_TFilip Navara
2009-10-17target-arm: convert rest of disas_arm_insn / disas_thumb2_insn not to use cpu_TFilip Navara
2009-10-17target-arm: replace thumb usage of cpu_T registers by proper register allocat...Filip Navara
2009-10-17target-arm: fix TANDC and TORC instructionsFilip Navara
2009-10-17target-arm: convert NEON VZIP/VUZP/VTRN helper functions to pure TCGFilip Navara
2009-10-17target-arm: convert gen_lookup_tb not to use cpu_TFilip Navara
2009-10-17target-arm: get rid of gen_set_psr_T0 and replace it by gen_set_psr/gen_set_p...Filip Navara
2009-10-17target-arm: fix SRS/RFE instructionsFilip Navara
2009-10-17target-arm: remove unused gen_movl_T2_reg functionFilip Navara
2009-10-17target-arm: remove useless line that sets register that is never used againFilip Navara
2009-10-17target-arm: get rid of temporary variable cacheFilip Navara
2009-10-17target-arm: use tcg_global_mem_new_i32 to allocate registersFilip Navara
2009-10-17Only IDE needs limits for CHS configurationBlue Swirl
2009-10-15MIPS jazz: create isa busRoy Tam
2009-10-15multiboot: Limit number of multiboot modulesAdam Lackorzynski
2009-10-15multiboot: Fix cmdline of modulesAdam Lackorzynski
2009-10-15ksm supportIzik Eidus
2009-10-15pcnet: Extend hardware resetJan Kiszka
2009-10-15qcow2: Bring synchronous read/write back to lifeKevin Wolf
2009-10-15Documentation: Move msmouse description to an appropriate placeKevin Wolf
2009-10-15Documentation: Add missing tags to placeholdersKevin Wolf
2009-10-15Documentation: Highlight placeholders in suboptionsKevin Wolf
2009-10-15net: fix multiple NICs causing net opts process to stopMark McLoughlin
2009-10-15net: add queue for peer-to-peer packet forwardingMark McLoughlin
2009-10-15net: refactor packet queueing codeMark McLoughlin
2009-10-15net: allow NICs to be connected to netdevsMark McLoughlin
2009-10-15net: add -net nic,netdev= optionMark McLoughlin
2009-10-15net: maintain a list of vlan-less clientsMark McLoughlin
2009-10-15net: handle -netdevice optionsMark McLoughlin
2009-10-15net: add -netdev optionMark McLoughlin
2009-10-15net: add QemuOptsList arg to net_client_parse()Mark McLoughlin
2009-10-15net: allow clients not associated with a vlanMark McLoughlin
2009-10-15net: use qtailq for vlan and client listsMark McLoughlin
2009-10-15net: remove id field from NICInfoMark McLoughlin
2009-10-15net: handle id= parameter for -netMark McLoughlin
2009-10-15net: remove unused qemu_handler_true()Mark McLoughlin
2009-10-15net: pass monitor handle to client init functionsMark McLoughlin