aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-08target-xtensa: implement MISC SRMax Filippov3-0/+6
2012-12-08target-xtensa: better control rsr/wsr/xsr access to SRsMax Filippov1-19/+30
2012-12-08target-xtensa: restrict available SRs by enabled optionsMax Filippov3-105/+130
2012-12-08target-xtensa: implement CACHEATTR SRMax Filippov5-1/+25
2012-12-08target-xtensa: implement ATOMCTL SRMax Filippov7-14/+131
2012-12-08Merge branch 'master' of git.qemu-project.org:/pub/git/qemuBlue Swirl6-15/+55
2012-12-08finally kill cpudef config section supportEduardo Habkost1-49/+0
2012-12-08Merge branch 'memory-ioport' of git://github.com/afaerber/qemu-cpuBlue Swirl13-78/+178
2012-12-08HACKING: List areas where we may rely on impdef C behaviourPeter Maydell1-0/+20
2012-12-08pixman: require 0.18.4 or newerGerd Hoffmann1-2/+2
2012-12-08TCG: Remove unused global gen_opc_ arrays.Evgeny Voevodin2-8/+0
2012-12-08TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin16-46/+47
2012-12-08TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin16-16/+16
2012-12-08TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin15-33/+34
2012-12-08tcg/tcg.h: Duplicate global TCG gen_opc_ arrays into TCGContext.Evgeny Voevodin1-0/+3
2012-12-08curses: Remove OpenBSD workaroundBrad Smith1-4/+0
2012-12-08exec: Advise huge pages for the TCG code gen bufferRichard Henderson1-0/+2
2012-12-07target-i386: Postpone cpuid_level update to realize timeIgor Mammedov1-3/+5
2012-12-07pc_sysfw: Plug memory leak on pc_fw_add_pflash_drv() error pathMarkus Armbruster1-1/+3
2012-12-07qemu-options: Fix space at EOLMichal Privoznik1-1/+1
2012-12-07Fix spelling in comments and documentationStefan Weil2-4/+4
2012-12-07Clean up pci_drive_hot_add()'s use of BlockInterfaceTypeMarkus Armbruster3-13/+8
2012-12-07arm: a9mpcore: remove un-used ptimer_iomem fieldPeter Crosthwaite1-1/+0
2012-12-07target-sparc: Remove t0, t1 from CPUSPARCStateRichard Henderson1-1/+0
2012-12-07target-m68k: Remove t1 from CPUM68KStateRichard Henderson1-3/+0
2012-12-07target-alpha: Remove t0, t1 from CPUAlphaStateRichard Henderson1-7/+0
2012-12-07s390x: Spelling fixes (endianess -> endianness, occured -> occurred)Stefan Weil2-4/+4
2012-12-07Fix comments (adress -> address, layed -> laid, wierd -> weird)Stefan Weil3-5/+5
2012-12-07Fix spelling (prefered -> preferred)Stefan Weil2-4/+5
2012-12-07configure: Remove stray debug outputPeter Maydell1-2/+0
2012-12-07sd: Send debug printfery to stderr not stdoutPeter Crosthwaite1-2/+2
2012-12-06target-i386: Use define for cpuid vendor string sizeIgor Mammedov2-3/+5
2012-12-06target-i386: Separate feature string parsing from CPU model lookupEduardo Habkost1-23/+46
2012-12-06target-i386/cpu.c: Coding style fixesEduardo Habkost1-14/+16
2012-12-06qdev: qdev_create(): use error_report() instead of hw_error()Eduardo Habkost1-3/+5
2012-12-06sysemu.h: Include qemu-types.h instead of qemu-common.hEduardo Habkost1-1/+1
2012-12-06Create qemu-types.h for struct typedefsEduardo Habkost3-61/+63
2012-12-06qlist.h: Do not include qemu-common.hEduardo Habkost1-1/+0
2012-12-06qga/channel-posix.c: Include headers it needsEduardo Habkost1-0/+5
2012-12-06qapi/qmp-registry.c: Include headers it needsEduardo Habkost1-0/+2
2012-12-06ui/vnc-palette.c: Include headers it needsEduardo Habkost1-0/+2
2012-12-06user: Rename qemu-types.h to qemu-user-types.hEduardo Habkost4-3/+3
2012-12-06user: Move *-user/qemu-types.h to main directoryEduardo Habkost2-24/+0
2012-12-06target-mips: Fix incorrect shift for SHILO and SHILOVPetar Jovanovic3-8/+47
2012-12-06target-mips: Fix incorrect code and test for INSVPetar Jovanovic2-2/+2
2012-12-05virtfs-proxy-helper: use setresuid and setresgidPaolo Bonzini1-29/+64
2012-12-05xilinx_uartlite: Accept input after rx FIFO popPeter Crosthwaite1-0/+1
2012-12-05xilinx_uartlite: suppress "cannot receive message"Peter Crosthwaite1-5/+1
2012-12-05xilinx_axienet: Implement R_IS behaviourPeter Crosthwaite1-0/+4
2012-12-04hw/dma.c: Replace register_ioport_*Julien Grall1-36/+70