aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-15tests: usb: usb-storage hotplug testIgor Mammedov
2014-10-15tests: usb: Generic usb device hotplugIgor Mammedov
2014-10-15tests: usb: add port test to uhci unit testIgor Mammedov
2014-10-15tests: usb: Move uhci port test code to libqos/usb.cIgor Mammedov
2014-10-15tests: virtio-blk: Check if hot-plug/unplug worksIgor Mammedov
2014-10-15tests: virtio-net: Check if hot-plug/unplug worksIgor Mammedov
2014-10-15tests: virtio-rng: Check if hot-plug/unplug worksIgor Mammedov
2014-10-15libqos: Add qpci_plug_device_test() and qpci_unplug_acpi_device_test()Igor Mammedov
2014-10-15tests: virtio-serial: Check if hot-plug/unplug worksIgor Mammedov
2014-10-15tests: virtio-scsi: Check if hot-plug/unplug worksIgor Mammedov
2014-10-15qom: Add error handler for object alias propertyGonglei
2014-10-15qom: Add error handler for object_property_print()Gonglei
2014-10-14target-mips: Remove unused gen_load_ACX, gen_store_ACX and cpu_ACXPeter Maydell
2014-10-14target-mips/dsp_helper.c: Add ifdef guards around various functionsPeter Maydell
2014-10-14target-mips/translate.c: Add ifdef guard around check_mips64()Peter Maydell
2014-10-14target-mips/op_helper.c: Remove unused do_lbu() functionPeter Maydell
2014-10-14target-mips/dsp_helper.c: Remove unused function get_DSPControl_24()Peter Maydell
2014-10-14target-mips: fix broken MIPS16 and microMIPSYongbok Kim
2014-10-14target-mips/translate.c: Update OPC_SYNCIDongxue Zhang
2014-10-14target-mips: define a new generic CPU supporting MIPS64 Release 6 ISALeon Alrae
2014-10-14mips_malta: update malta's pseudo-bootloader - replace JR with JALRLeon Alrae
2014-10-14target-mips: remove JR, BLTZAL, BGEZAL and add NAL, BAL instructionsYongbok Kim
2014-10-14target-mips: do not allow Status.FR=0 mode in 64-bit FPULeon Alrae
2014-10-14target-mips: add new Floating Point Comparison instructionsYongbok Kim
2014-10-14target-mips: add new Floating Point instructionsLeon Alrae
2014-10-14softfloat: add functions corresponding to IEEE-2008 min/maxNumMagLeon Alrae
2014-10-14target-mips: add AUI, LSA and PCREL instruction familiesLeon Alrae
2014-10-14migration: catch unknown flag combinations in ram_loadPeter Lieven
2014-10-14qemu-file: Move stdio implementation to qemu-file-stdio.cEduardo Habkost
2014-10-14qemu-file: Move unix and socket implementations to qemu-file-unix.cEduardo Habkost
2014-10-14qemu-file: Use qemu_file_is_writable() on stdio_fclose()Eduardo Habkost
2014-10-14qemu-file: Make qemu_file_is_writable() non-staticEduardo Habkost
2014-10-14qemu-file: Add copyright header to qemu-file.cEduardo Habkost
2014-10-14vmstate: Allow dynamic allocation for VBUFFER during migrationAlexey Kardashevskiy
2014-10-14block/migration: Disable cache invalidate for incoming migrationAlexey Kardashevskiy
2014-10-14Tests: QEMUSizedBuffer/QEMUBufferDr. David Alan Gilbert
2014-10-14QEMUSizedBuffer based QEMUFileDr. David Alan Gilbert
2014-10-13qdev: gpio: Register GPIO outputs as QOM linksPeter Crosthwaite
2014-10-13qdev: gpio: Register GPIO inputs as child objectsPeter Crosthwaite
2014-10-13qdev: gpio: Don't allow name share between I and OPeter Crosthwaite
2014-10-13target-mips: add compact and CP1 branchesYongbok Kim
2014-10-13target-mips: add ALIGN, DALIGN, BITSWAP and DBITSWAP instructionsYongbok Kim
2014-10-13target-mips: Status.UX/SX/KX enable 32-bit address wrappingLeon Alrae
2014-10-13target-mips: move CLO, DCLO, CLZ, DCLZ, SDBBP and free special2 in R6Leon Alrae
2014-10-13target-mips: redefine Integer Multiply and Divide instructionsLeon Alrae
2014-10-13target-mips: move PREF, CACHE, LLD and SCD instructionsLeon Alrae
2014-10-13target-mips: signal RI Exception on DSP and Loongson instructionsLeon Alrae
2014-10-13target-mips: split decode_opc_special* into *_r6 and *_legacyLeon Alrae
2014-10-13target-mips: extract decode_opc_special* from decode_opcLeon Alrae
2014-10-13target-mips: move LL and SC instructionsLeon Alrae