aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-17target-arm: A64: add stubs for a64 specific helpersAlexander Graf
2013-12-17target-arm: Support fp registers in gdb stubPeter Maydell
2013-12-17target-arm: A64: provide functions for accessing FPCR and FPSRPeter Maydell
2013-12-17target-arm: A64: add set_pc cpu methodAlexander Graf
2013-12-17target-arm: Split A64 from A32/T32 gen_intermediate_code_internal()Peter Maydell
2013-12-17default-configs: Add config for aarch64-softmmuPeter Maydell
2013-12-17hw/arm/boot: Add boot support for AArch64 processorMian M. Hamayun
2013-12-17hw/arm/boot: Allow easier swapping in of different loader codePeter Maydell
2013-12-17configure: Enable KVM for aarch64 host/target combinationPeter Maydell
2013-12-17target-arm: Add minimal KVM AArch64 supportMian M. Hamayun
2013-12-17target-arm: Clean up handling of AArch64 PSTATEPeter Maydell
2013-12-17target-arm/kvm: Split 32 bit only code into its own filePeter Maydell
2013-12-17ARM: arm_cpu_reset: make it possible to use high vectors for reset_excAntony Pavlov
2013-12-17ARM: cpu: add "reset_hivecs" propertyAntony Pavlov
2013-12-17arm/highbank.c: Fix MPCore periphbase namePeter Crosthwaite
2013-12-17arm/xilinx_zynq: Implement CBAR initialisationPeter Crosthwaite
2013-12-17arm/xilinx_zynq: Use object_new() rather than cpu_arm_init()Peter Crosthwaite
2013-12-17arm/highbank: Fix CBAR initialisationPeter Crosthwaite
2013-12-17arm/highbank: Use object_new() rather than cpu_arm_init()Peter Crosthwaite
2013-12-17target-arm/cpu: Convert reset CBAR to a propertyPeter Crosthwaite
2013-12-17target-arm: Define and use ARM_FEATURE_CBARPeter Crosthwaite
2013-12-17target-arm/helper.c: Allow cp15.c15 dummy overridePeter Crosthwaite
2013-12-17Fix NOR flash device ID readingRoy Franz
2013-12-17Fix CFI query responses for NOR flashRoy Franz
2013-12-17Add max device width parameter for NOR devicesRoy Franz
2013-12-17Set proper device-width for vexpress flashRoy Franz
2013-12-17return status for each NOR flash deviceRoy Franz
2013-12-17Add device-width property to pflash_cfi01Roy Franz
2013-12-17rename pflash_t member width to bank_widthRoy Franz
2013-12-17target-arm: add support for v8 AES instructionsArd Biesheuvel
2013-12-16qemu_opts_parse(): always check return valueLaszlo Ersek
2013-12-16Merge remote-tracking branch 'spice/tags/pull-spice-1' into stagingAnthony Liguori
2013-12-16Merge remote-tracking branch 'kwolf/tags/for-anthony' into stagingAnthony Liguori
2013-12-16spice: stop server for qxl hard resetGerd Hoffmann
2013-12-16spice: move spice_server_vm_{start,stop} calls into qemu_spice_display_*()Gerd Hoffmann
2013-12-16spice: move qemu_spice_display_*() from spice-graphics to spice-coreGerd Hoffmann
2013-12-16nbd: avoid uninitialized warningsMarc-André Lureau
2013-12-16nbd: finish any pending coroutineMarc-André Lureau
2013-12-16nbd: make nbd_client_session_close() idempotentMarc-André Lureau
2013-12-16nbd: pass export name as init argumentMarc-André Lureau
2013-12-16nbd: don't change socket block during negotiateMarc-André Lureau
2013-12-16Split nbd block client codeMarc-André Lureau
2013-12-16spice-char: implement chardev port eventMarc-André Lureau
2013-12-16char: add qemu_chr_fe_event()Marc-André Lureau
2013-12-16include: add missing config-host.h includeMarc-André Lureau
2013-12-16qmp_change_blockdev() remove unused has_formatMarc-André Lureau
2013-12-16spice-char: remove unused fieldMarc-André Lureau
2013-12-16vscclient: do not add a socket watch if there is not data to sendMarc-André Lureau
2013-12-16spice: flip streaming video mode to off by defaultGerd Hoffmann
2013-12-13Merge remote-tracking branch 'bonzini/virtio' into stagingAnthony Liguori