Age | Commit message (Expand) | Author |
2014-10-15 | tests: usb: usb-storage hotplug test | Igor Mammedov |
2014-10-15 | tests: usb: Generic usb device hotplug | Igor Mammedov |
2014-10-15 | tests: usb: add port test to uhci unit test | Igor Mammedov |
2014-10-15 | tests: usb: Move uhci port test code to libqos/usb.c | Igor Mammedov |
2014-10-15 | tests: virtio-blk: Check if hot-plug/unplug works | Igor Mammedov |
2014-10-15 | tests: virtio-net: Check if hot-plug/unplug works | Igor Mammedov |
2014-10-15 | tests: virtio-rng: Check if hot-plug/unplug works | Igor Mammedov |
2014-10-15 | libqos: Add qpci_plug_device_test() and qpci_unplug_acpi_device_test() | Igor Mammedov |
2014-10-15 | tests: virtio-serial: Check if hot-plug/unplug works | Igor Mammedov |
2014-10-15 | tests: virtio-scsi: Check if hot-plug/unplug works | Igor Mammedov |
2014-10-15 | qom: Add error handler for object alias property | Gonglei |
2014-10-15 | qom: Add error handler for object_property_print() | Gonglei |
2014-10-14 | target-mips: Remove unused gen_load_ACX, gen_store_ACX and cpu_ACX | Peter Maydell |
2014-10-14 | target-mips/dsp_helper.c: Add ifdef guards around various functions | Peter Maydell |
2014-10-14 | target-mips/translate.c: Add ifdef guard around check_mips64() | Peter Maydell |
2014-10-14 | target-mips/op_helper.c: Remove unused do_lbu() function | Peter Maydell |
2014-10-14 | target-mips/dsp_helper.c: Remove unused function get_DSPControl_24() | Peter Maydell |
2014-10-14 | target-mips: fix broken MIPS16 and microMIPS | Yongbok Kim |
2014-10-14 | target-mips/translate.c: Update OPC_SYNCI | Dongxue Zhang |
2014-10-14 | target-mips: define a new generic CPU supporting MIPS64 Release 6 ISA | Leon Alrae |
2014-10-14 | mips_malta: update malta's pseudo-bootloader - replace JR with JALR | Leon Alrae |
2014-10-14 | target-mips: remove JR, BLTZAL, BGEZAL and add NAL, BAL instructions | Yongbok Kim |
2014-10-14 | target-mips: do not allow Status.FR=0 mode in 64-bit FPU | Leon Alrae |
2014-10-14 | target-mips: add new Floating Point Comparison instructions | Yongbok Kim |
2014-10-14 | target-mips: add new Floating Point instructions | Leon Alrae |
2014-10-14 | softfloat: add functions corresponding to IEEE-2008 min/maxNumMag | Leon Alrae |
2014-10-14 | target-mips: add AUI, LSA and PCREL instruction families | Leon Alrae |
2014-10-14 | migration: catch unknown flag combinations in ram_load | Peter Lieven |
2014-10-14 | qemu-file: Move stdio implementation to qemu-file-stdio.c | Eduardo Habkost |
2014-10-14 | qemu-file: Move unix and socket implementations to qemu-file-unix.c | Eduardo Habkost |
2014-10-14 | qemu-file: Use qemu_file_is_writable() on stdio_fclose() | Eduardo Habkost |
2014-10-14 | qemu-file: Make qemu_file_is_writable() non-static | Eduardo Habkost |
2014-10-14 | qemu-file: Add copyright header to qemu-file.c | Eduardo Habkost |
2014-10-14 | vmstate: Allow dynamic allocation for VBUFFER during migration | Alexey Kardashevskiy |
2014-10-14 | block/migration: Disable cache invalidate for incoming migration | Alexey Kardashevskiy |
2014-10-14 | Tests: QEMUSizedBuffer/QEMUBuffer | Dr. David Alan Gilbert |
2014-10-14 | QEMUSizedBuffer based QEMUFile | Dr. David Alan Gilbert |
2014-10-13 | qdev: gpio: Register GPIO outputs as QOM links | Peter Crosthwaite |
2014-10-13 | qdev: gpio: Register GPIO inputs as child objects | Peter Crosthwaite |
2014-10-13 | qdev: gpio: Don't allow name share between I and O | Peter Crosthwaite |
2014-10-13 | target-mips: add compact and CP1 branches | Yongbok Kim |
2014-10-13 | target-mips: add ALIGN, DALIGN, BITSWAP and DBITSWAP instructions | Yongbok Kim |
2014-10-13 | target-mips: Status.UX/SX/KX enable 32-bit address wrapping | Leon Alrae |
2014-10-13 | target-mips: move CLO, DCLO, CLZ, DCLZ, SDBBP and free special2 in R6 | Leon Alrae |
2014-10-13 | target-mips: redefine Integer Multiply and Divide instructions | Leon Alrae |
2014-10-13 | target-mips: move PREF, CACHE, LLD and SCD instructions | Leon Alrae |
2014-10-13 | target-mips: signal RI Exception on DSP and Loongson instructions | Leon Alrae |
2014-10-13 | target-mips: split decode_opc_special* into *_r6 and *_legacy | Leon Alrae |
2014-10-13 | target-mips: extract decode_opc_special* from decode_opc | Leon Alrae |
2014-10-13 | target-mips: move LL and SC instructions | Leon Alrae |