summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-15arm: fix location of some include filesPeter Maydell49-62/+62
2013-04-13qjson: to_json() case QTYPE_QSTRING is buggy, rewriteMarkus Armbruster2-173/+145
2013-04-13check-qjson: Test noncharacters other than U+FFFE, U+FFFF in stringsMarkus Armbruster1-12/+84
2013-04-13check-qjson: Improve a few comments, delete bogus onesMarkus Armbruster1-9/+13
2013-04-13unicode: New mod_utf8_codepoint()Markus Armbruster3-1/+104
2013-04-13Merge branch 'mingw' of git://qemu.weilnetz.de/qemuAurelien Jarno4-38/+47
2013-04-13target-i386: add AES-NI instructionsAurelien Jarno6-5/+106
2013-04-13aes: make Td[0-5] and Te[0-5] tables non staticAurelien Jarno2-252/+271
2013-04-13aes: move aes.h from include/block to include/qemuAurelien Jarno5-4/+4
2013-04-13disas/i386.c: disassemble aes-ni instructionsAurelien Jarno1-6/+61
2013-04-13target-i386: enable PCLMULQDQ on Westmere CPUAurelien Jarno1-1/+1
2013-04-13target-i386: add pclmulqdq instructionAurelien Jarno4-10/+41
2013-04-13disas/i386.c: disassemble pclmulqdq instructionAurelien Jarno1-2/+11
2013-04-13sh7750: Change cpu field type to SuperHCPUAndreas Färber4-51/+52
2013-04-13shix: Catch CPU initialization errorsAndreas Färber1-0/+4
2013-04-13Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno15-45/+36
2013-04-13Merge branch 'tci' of git://qemu.weilnetz.de/qemuAurelien Jarno3-38/+49
2013-04-13Merge branch 'tcg-s390' of git://github.com/rth7680/qemuAurelien Jarno2-254/+315
2013-04-12qemu-timer: move timeBeginPeriod/timeEndPeriod to os-win32Paolo Bonzini2-18/+17
2013-04-12Release SMP restriction on WindowsFabien Chouteau1-18/+0
2013-04-12Ensure good ordering of memory instruction in cpu_execOlivier Hainque1-0/+8
2013-04-12Check effective suspension of TCG threadOlivier Hainque1-2/+22
2013-04-12cpu-exec: Allow "-d exec" in non-debug builds (drop CONFIG_DEBUG_EXEC)Peter Maydell2-12/+6
2013-04-12Typo, spelling and grammatical fixesPeter Maydell9-18/+18
2013-04-12linux-user: pass correct host flags to eventfd2 callPetar Jovanovic1-1/+10
2013-04-12target-moxie: Fix VMState registrationPeter Maydell3-14/+2
2013-04-11tci: Make tcg temporaries local to tcg_qemu_tb_execRichard Henderson3-7/+19
2013-04-11tci: Delete unused tb_ret_addrRichard Henderson1-5/+1
2013-04-11tci: Avoid code before declarationsRichard Henderson1-3/+4
2013-04-11tci: Use a local variable for envRichard Henderson1-7/+1
2013-04-11tci: Use 32-bit signed offsets to loads/storesRichard Henderson2-16/+24
2013-04-09virtio-9p: Fix virtio-9p no longer building after hw-dirs branch mergeHans de Goede1-1/+1
2013-04-08Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori1078-165542/+165726
2013-04-08Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori2-7/+15
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini141-169/+169
2013-04-08MAINTAINERS: update for source code movementPaolo Bonzini1-79/+95
2013-04-08hw: move last file to hw/arm/Paolo Bonzini2-5/+1
2013-04-08hw: move hw/kvm/ to hw/i386/kvmPaolo Bonzini9-5/+2
2013-04-08hw: move ARM CPU cores to hw/cpu/, configure with default-configs/Paolo Bonzini6-2/+8
2013-04-08hw: move other devices to hw/misc/, configure with default-configs/Paolo Bonzini31-26/+35
2013-04-08hw: move NVRAM interfaces to hw/nvram/, configure with default-configs/Paolo Bonzini3-5/+1
2013-04-08hw: move GPIO interfaces to hw/gpio/, configure with default-configs/Paolo Bonzini4-2/+4
2013-04-08hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini35-28/+34
2013-04-08hw: move DMA controllers to hw/dma/, configure with default-configs/Paolo Bonzini11-10/+13
2013-04-08hw: move VFIO and ivshmem to hw/misc/Paolo Bonzini4-10/+6
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini35-27/+26
2013-04-08hw: move SD/MMC devices to hw/sd/, configure with default-configs/Paolo Bonzini6-3/+6
2013-04-08hw: move timer devices to hw/timer/, configure with default-configs/Paolo Bonzini28-17/+37
2013-04-08hw: move ISA bridges and devices to hw/isa/, configure with default-configs/Paolo Bonzini11-2/+10
2013-04-08hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini29-19/+29