summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-06target-i386: Add clflushopt/clwb/pcommit to TCG_7_0_EBX_FEATURESXiao Guangrong1-1/+3
2015-11-06target-i386: tcg: Check right CPUID bits for clflushopt/pcommitEduardo Habkost1-8/+20
2015-11-06target-i386: tcg: Accept clwb instructionEduardo Habkost1-1/+12
2015-11-06Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-11-0...Peter Maydell34-89/+130
2015-11-06tap-bsd: use user-specified tap device if it already existsEd Maste1-5/+33
2015-11-06qemu-sockets: do not test path with access() before unlinkingPaolo Bonzini1-2/+1
2015-11-06taget-ppc: Fix read access to IBAT registers higher than IBAT3Julio Guerra1-1/+1
2015-11-06exec: avoid unnecessary cacheline bounce on ram_list.mru_blockPaolo Bonzini1-1/+1
2015-11-06target-alpha: fix uninitialized variablePaolo Bonzini1-1/+1
2015-11-06ivshmem-server: fix possible OVERRUNGonglei1-1/+3
2015-11-06pci-assign: do not test path with access() before openingPaolo Bonzini1-5/+1
2015-11-06qom/object: fix 2 comment typosCao jin2-6/+6
2015-11-06configure: remove help string for 'vnc-tls' optionDaniel P. Berrange1-1/+0
2015-11-06usb: Use g_new() & friends where that makes obvious senseMarkus Armbruster4-8/+7
2015-11-06qxl: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2015-11-06ui: Use g_new() & friends where that makes obvious senseMarkus Armbruster7-11/+11
2015-11-06bt: fix use of uninitialized variable seqlenPaolo Bonzini1-9/+20
2015-11-06hw/dma/pxa2xx: Remove superfluous memsetThomas Huth1-2/+1
2015-11-06linux-user/syscall: Replace g_malloc0 + memcpy with g_memdupThomas Huth1-2/+1
2015-11-06tests/i44fx-test: No need for zeroing memory before memsetThomas Huth1-1/+1
2015-11-06hw/input/tsc210x: Remove superfluous memsetThomas Huth1-6/+2
2015-11-06xen: fix invalid assertionPaolo Bonzini1-2/+2
2015-11-06tests: ignore test-qgaEric Blake1-0/+1
2015-11-06fix bad indentation in pcie_cap_slot_write_config()Cao jin1-6/+6
2015-11-06maint: Ignore ivshmem binariesEric Blake1-0/+2
2015-11-06hw/display/tcx: Remove superfluous OBJECT() typecastsThomas Huth1-14/+12
2015-11-06gdbstub: Fix buffer overflows in gdb_handle_packet()Kevin Wolf1-2/+16
2015-11-06hw/acpi/aml-build: remove useless glib version checkMarc-André Lureau1-2/+0
2015-11-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into ...Peter Maydell30-58/+1803
2015-11-06configure: add missing --disable-modules optionStefan Hajnoczi1-0/+3
2015-11-06Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell3-6/+33
2015-11-06replay: recording of the user inputPavel Dovgalyuk7-8/+232
2015-11-06replay: command line optionsPavel Dovgalyuk3-5/+22
2015-11-06replay: replay blockers for devicesPavel Dovgalyuk5-0/+35
2015-11-06replay: initialization and deinitializationPavel Dovgalyuk6-0/+156
2015-11-06replay: ptimerPavel Dovgalyuk4-4/+28
2015-11-06bottom halves: introduce bh call functionPavel Dovgalyuk2-1/+11
2015-11-06replay: checkpointsPavel Dovgalyuk7-12/+134
2015-11-06icount: improve counting for record/replayPavel Dovgalyuk2-3/+11
2015-11-06replay: shutdown eventPavel Dovgalyuk4-0/+23
2015-11-06replay: recording and replaying clock ticksPavel Dovgalyuk7-4/+119
2015-11-06replay: asynchronous events infrastructurePavel Dovgalyuk4-0/+263
2015-11-06replay: interrupts and exceptionsPavel Dovgalyuk5-10/+146
2015-11-05target-i386: Enable clflushopt/clwb/pcommit instructionsXiao Guangrong2-2/+5
2015-11-05target-i386: Remove POPCNT from qemu64 and qemu32 CPU modelsEduardo Habkost2-2/+12
2015-11-05target-i386: Remove ABM from qemu64 CPU modelEduardo Habkost2-2/+6
2015-11-05target-i386: Remove SSE4a from qemu64 CPU modelEduardo Habkost2-1/+6
2015-11-05target-i386: Set "check=off" by default on pc-*-2.4 and olderEduardo Habkost1-0/+5
2015-11-05Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell30-124/+236
2015-11-05iscsi: Translate scsi sense into error codeFam Zheng1-20/+73