summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-17target-arm: Support fp registers in gdb stubPeter Maydell3-2/+134
2013-12-17target-arm: A64: provide functions for accessing FPCR and FPSRPeter Maydell1-0/+28
2013-12-17target-arm: A64: add set_pc cpu methodAlexander Graf1-0/+11
2013-12-17target-arm: Split A64 from A32/T32 gen_intermediate_code_internal()Peter Maydell3-45/+246
2013-12-17default-configs: Add config for aarch64-softmmuPeter Maydell1-0/+6
2013-12-17hw/arm/boot: Add boot support for AArch64 processorMian M. Hamayun1-5/+38
2013-12-17hw/arm/boot: Allow easier swapping in of different loader codePeter Maydell1-45/+107
2013-12-17configure: Enable KVM for aarch64 host/target combinationPeter Maydell1-1/+1
2013-12-17target-arm: Add minimal KVM AArch64 supportMian M. Hamayun3-0/+209
2013-12-17target-arm: Clean up handling of AArch64 PSTATEPeter Maydell5-20/+78
2013-12-17target-arm/kvm: Split 32 bit only code into its own filePeter Maydell3-491/+516
2013-12-17ARM: arm_cpu_reset: make it possible to use high vectors for reset_excAntony Pavlov1-0/+5
2013-12-17ARM: cpu: add "reset_hivecs" propertyAntony Pavlov2-0/+14
2013-12-17arm/highbank.c: Fix MPCore periphbase namePeter Crosthwaite1-7/+8
2013-12-17arm/xilinx_zynq: Implement CBAR initialisationPeter Crosthwaite1-1/+8
2013-12-17arm/xilinx_zynq: Use object_new() rather than cpu_arm_init()Peter Crosthwaite1-3/+9
2013-12-17arm/highbank: Fix CBAR initialisationPeter Crosthwaite1-3/+5
2013-12-17arm/highbank: Use object_new() rather than cpu_arm_init()Peter Crosthwaite1-3/+9
2013-12-17target-arm/cpu: Convert reset CBAR to a propertyPeter Crosthwaite1-0/+17
2013-12-17target-arm: Define and use ARM_FEATURE_CBARPeter Crosthwaite3-9/+13
2013-12-17target-arm/helper.c: Allow cp15.c15 dummy overridePeter Crosthwaite1-1/+2
2013-12-17Fix NOR flash device ID readingRoy Franz2-23/+88
2013-12-17Fix CFI query responses for NOR flashRoy Franz1-11/+94
2013-12-17Add max device width parameter for NOR devicesRoy Franz1-0/+25
2013-12-17Set proper device-width for vexpress flashRoy Franz1-10/+34
2013-12-17return status for each NOR flash deviceRoy Franz1-2/+13
2013-12-17Add device-width property to pflash_cfi01Roy Franz1-0/+11
2013-12-17rename pflash_t member width to bank_widthRoy Franz1-8/+9
2013-12-17target-arm: add support for v8 AES instructionsArd Biesheuvel6-0/+313
2013-12-16qemu_opts_parse(): always check return valueLaszlo Ersek1-1/+6
2013-12-16Merge remote-tracking branch 'spice/tags/pull-spice-1' into stagingAnthony Liguori16-377/+537
2013-12-16Merge remote-tracking branch 'kwolf/tags/for-anthony' into stagingAnthony Liguori6-34/+58
2013-12-16spice: stop server for qxl hard resetGerd Hoffmann1-0/+10
2013-12-16spice: move spice_server_vm_{start,stop} calls into qemu_spice_display_*()Gerd Hoffmann1-2/+2
2013-12-16spice: move qemu_spice_display_*() from spice-graphics to spice-coreGerd Hoffmann2-17/+16
2013-12-16nbd: avoid uninitialized warningsMarc-André Lureau1-12/+9
2013-12-16nbd: finish any pending coroutineMarc-André Lureau1-5/+16
2013-12-16nbd: make nbd_client_session_close() idempotentMarc-André Lureau1-0/+5
2013-12-16nbd: pass export name as init argumentMarc-André Lureau3-13/+14
2013-12-16nbd: don't change socket block during negotiateMarc-André Lureau2-2/+1
2013-12-16Split nbd block client codeMarc-André Lureau4-346/+452
2013-12-16spice-char: implement chardev port eventMarc-André Lureau1-0/+10
2013-12-16char: add qemu_chr_fe_event()Marc-André Lureau2-0/+17
2013-12-16include: add missing config-host.h includeMarc-André Lureau1-0/+2
2013-12-16qmp_change_blockdev() remove unused has_formatMarc-André Lureau3-3/+3
2013-12-16spice-char: remove unused fieldMarc-André Lureau1-1/+0
2013-12-16vscclient: do not add a socket watch if there is not data to sendMarc-André Lureau1-4/+6
2013-12-16spice: flip streaming video mode to off by defaultGerd Hoffmann1-0/+2
2013-12-13Merge remote-tracking branch 'bonzini/virtio' into stagingAnthony Liguori22-334/+413
2013-12-13Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori30-275/+798