summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-17slirp: define timeout as macroLiu Ping Fan1-5/+12
2013-09-17slirp: make timeout localLiu Ping Fan2-12/+13
2013-09-11Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20130910' into st...Anthony Liguori27-267/+1988
2013-09-11Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori1-1/+4
2013-09-11Merge remote-tracking branch 'spice/spice.v73' into stagingAnthony Liguori4-22/+28
2013-09-11Merge remote-tracking branch 'kraxel/usb.89' into stagingAnthony Liguori10-89/+95
2013-09-11Merge remote-tracking branch 'mdroth/qga-pull-2013-9-9' into stagingAnthony Liguori28-30/+2257
2013-09-11Merge remote-tracking branch 'sstabellini/xen-2013-09-09' into stagingAnthony Liguori5-8/+12
2013-09-11Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori57-1089/+3407
2013-09-11Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori10-29/+174
2013-09-10configure: Add handling code for AArch64 targetsAlexander Graf1-1/+6
2013-09-10linux-user: Add AArch64 supportAlexander Graf3-2/+38
2013-09-10linux-user: Allow targets to specify a minimum uname releasePeter Maydell3-14/+51
2013-09-10linux-user: Add AArch64 termbits.h definitionsAlexander Graf1-0/+220
2013-09-10linux-user: Implement cpu_set_tls() and cpu_clone_regs() for AArch64Alexander Graf1-0/+35
2013-09-10linux-user: Make sure NWFPE code is 32 bit ARM onlyPeter Maydell1-1/+3
2013-09-10linux-user: Add signal handling for AArch64Andreas Schwab2-0/+289
2013-09-10linux-user: Fix up AArch64 syscall handlersAlexander Graf2-4/+29
2013-09-10linux-user: Add syscall number definitions for AArch64Alexander Graf1-0/+323
2013-09-10linux-user: Add cpu loop for AArch64Peter Maydell1-0/+82
2013-09-10linux-user: Don't treat AArch64 cpu names speciallyAlexander Graf1-1/+2
2013-09-10target-arm: Add AArch64 gdbstub supportAlexander Graf5-1/+126
2013-09-10target-arm: Add AArch64 translation stubAlexander Graf6-4/+178
2013-09-10target-arm: Prepare translation for AArch64 codeAlexander Graf5-38/+151
2013-09-10target-arm: Disable 32 bit CPUs in 64 bit linux-user buildsPeter Maydell1-2/+7
2013-09-10target-arm: Add new AArch64CPUInfo base class and subclassesPeter Maydell3-0/+124
2013-09-10target-arm: Pass DisasContext* to gen_set_pc_im()Peter Maydell1-13/+13
2013-09-10target-arm: Fix target_ulong/uint32_t confusionsAlexander Graf2-6/+7
2013-09-10target-arm: Export cpu_envAlexander Graf2-1/+3
2013-09-10target-arm: Extract the disas struct to a header fileAlexander Graf2-23/+28
2013-09-10target-arm: Abstract out load/store from a vaddr in AArch32Peter Maydell1-124/+210
2013-09-10abitypes.h: Remove incorrect ARM ABI_LLONG_ALIGNMENTPeter Maydell1-4/+0
2013-09-10pl110: Clarify comment about PL110 ID on VersatilePBPeter Maydell1-10/+8
2013-09-10target-arm: Implement qmp query-cpu-definitionsCole Robinson1-0/+32
2013-09-10target-arm: fix ARMv7M stack alignment on resetSebastian Ottlik1-1/+1
2013-09-10target-arm: Avoid "1 << 31" undefined behaviourPeter Maydell2-18/+18
2013-09-10target-arm: Use sextract32() in branch decodePeter Maydell1-2/+3
2013-09-10target-arm: Make '-cpu any' available in linux-user mode onlyPeter Maydell1-0/+4
2013-09-10qapi-types.py: Fix enum struct sizes on i686Cole Robinson1-1/+4
2013-09-10ehci: save device pointer in EHCIStateGerd Hoffmann2-4/+4
2013-09-10Remove dev-bluetooth.c dependency from vl.cMiroslav Rezanina4-16/+13
2013-09-10Preparation for usb-bt-dongle conditional buildMiroslav Rezanina4-69/+74
2013-09-10usb: sanity check setup_index+setup_len in post_loadGerd Hoffmann1-0/+4
2013-09-10qxl: fix local rendererGerd Hoffmann1-5/+10
2013-09-10qxl: trace io port nameGerd Hoffmann2-3/+4
2013-09-10spice-core: Use g_strdup_printf instead of snprintfChristophe Fergeau1-14/+14
2013-09-09QMP/qemu-ga-client: Make timeout longer for guest-fsfreeze-freeze commandTomoki Sekiyama1-1/+3
2013-09-09qemu-ga: Install Windows VSS provider on `qemu-ga -s install'Tomoki Sekiyama3-1/+37
2013-09-09qemu-ga: Call Windows VSS requester in fsfreeze command handlerTomoki Sekiyama4-8/+240
2013-09-09qemu-ga: Add Windows VSS provider and requester as DLLTomoki Sekiyama13-2/+1724