]> Git Repo - qemu.git/shortlog
qemu.git
2014-10-15 Gongleiqdev: Drop legacy_name from qdev properties
2014-10-15 Gongleiqmp: Print descriptions of object properties
2014-10-15 Gongleiqdev: Set the object property's description to the...
2014-10-15 Gongleiqom: Add description field in ObjectProperty struct
2014-10-15 Gongleiqdev: Add description field in PropertyInfo struct
2014-10-15 Igor Mammedovqdev: device_del: Search for to be unplugged device...
2014-10-15 Igor Mammedovqdev: HotplugHandler: Add support for unplugging BUS...
2014-10-15 Igor Mammedovqdev: Drop legacy hotplug fields/methods
2014-10-15 Igor Mammedovusb: Convert usb devices to hotplug handler API
2014-10-15 Igor Mammedovusb: Convert usb-ccid to hotplug handler API
2014-10-15 Igor Mammedovusb-storage: Drop not needed "allow_hotplug = 0"
2014-10-15 Igor Mammedovusb-bot: Drop not needed "allow_hotplug = 0"
2014-10-15 Igor Mammedovusb-bot: Mark device as non hotpluggable
2014-10-15 Igor Mammedovscsi: Cleanup not used anymore SCSIBusInfo{hotplug...
2014-10-15 Igor Mammedovscsi: Convert virtio-scsi HBA to hotplug handler API
2014-10-15 Igor Mammedovscsi: Convert pvscsi HBA to hotplug handler API
2014-10-15 Igor Mammedovscsi: Set SCSI BUS itself as default HotplugHandler
2014-10-15 Igor Mammedovs390x: Convert virtio-ccw to hotplug handler API
2014-10-15 Igor Mammedovs390x: Convert s390-virtio to hotplug handler API
2014-10-15 Igor Mammedovs390x: Drop not used allow_hotplug in event-facility
2014-10-15 Igor Mammedovvirtio-mmio: Drop useless bus->allow_hotplug = 0
2014-10-15 Igor Mammedovvirtio-serial: Convert to hotplug-handler API
2014-10-15 Igor Mammedovvirtio-pci: Drop BusState::allow_hotplug
2014-10-15 Igor Mammedovtarget-i386: ICC bus: Drop BusState::allow_hotplug
2014-10-15 Igor Mammedovqdev: Drop hotplug check from bus_add_child()
2014-10-15 Igor Mammedovqdev: Add wrapper to set BUS as HotplugHandler
2014-10-15 Igor Mammedovqdev: Add simple/generic unplug callback for HotplugHandler
2014-10-15 Igor Mammedovqdev: HotplugHandler: Provide unplug callback
2014-10-15 Igor Mammedovqdev: HotplugHandler: Rename unplug callback to unplug_...
2014-10-15 Igor Mammedovqdev: do not allow to instantiate non hotpluggable...
2014-10-15 Igor MammedovAccess BusState::allow_hotplug using wraper qbus_is_hot...
2014-10-15 Igor Mammedovtests: usb: usb-uas hotplug test
2014-10-15 Igor Mammedovtests: usb: usb-storage hotplug test
2014-10-15 Igor Mammedovtests: usb: Generic usb device hotplug
2014-10-15 Igor Mammedovtests: usb: add port test to uhci unit test
2014-10-15 Igor Mammedovtests: usb: Move uhci port test code to libqos/usb.c
2014-10-15 Igor Mammedovtests: virtio-blk: Check if hot-plug/unplug works
2014-10-15 Igor Mammedovtests: virtio-net: Check if hot-plug/unplug works
2014-10-15 Igor Mammedovtests: virtio-rng: Check if hot-plug/unplug works
2014-10-15 Igor Mammedovlibqos: Add qpci_plug_device_test() and qpci_unplug_acp...
2014-10-15 Igor Mammedovtests: virtio-serial: Check if hot-plug/unplug works
2014-10-15 Igor Mammedovtests: virtio-scsi: Check if hot-plug/unplug works
2014-10-15 Gongleiqom: Add error handler for object alias property
2014-10-15 Gongleiqom: Add error handler for object_property_print()
2014-10-14 Peter Maydelltarget-mips: Remove unused gen_load_ACX, gen_store_ACX...
2014-10-14 Peter Maydelltarget-mips/dsp_helper.c: Add ifdef guards around vario...
2014-10-14 Peter Maydelltarget-mips/translate.c: Add ifdef guard around check_m...
2014-10-14 Peter Maydelltarget-mips/op_helper.c: Remove unused do_lbu() function
2014-10-14 Peter Maydelltarget-mips/dsp_helper.c: Remove unused function get_DS...
2014-10-14 Yongbok Kimtarget-mips: fix broken MIPS16 and microMIPS
2014-10-14 Dongxue Zhangtarget-mips/translate.c: Update OPC_SYNCI
2014-10-14 Leon Alraetarget-mips: define a new generic CPU supporting MIPS64...
2014-10-14 Leon Alraemips_malta: update malta's pseudo-bootloader - replace...
2014-10-14 Yongbok Kimtarget-mips: remove JR, BLTZAL, BGEZAL and add NAL...
2014-10-14 Leon Alraetarget-mips: do not allow Status.FR=0 mode in 64-bit FPU
2014-10-14 Yongbok Kimtarget-mips: add new Floating Point Comparison instructions
2014-10-14 Leon Alraetarget-mips: add new Floating Point instructions
2014-10-14 Leon Alraesoftfloat: add functions corresponding to IEEE-2008...
2014-10-14 Leon Alraetarget-mips: add AUI, LSA and PCREL instruction families
2014-10-14 Peter Lievenmigration: catch unknown flag combinations in ram_load
2014-10-14 Eduardo Habkostqemu-file: Move stdio implementation to qemu-file-stdio.c
2014-10-14 Eduardo Habkostqemu-file: Move unix and socket implementations to...
2014-10-14 Eduardo Habkostqemu-file: Use qemu_file_is_writable() on stdio_fclose()
2014-10-14 Eduardo Habkostqemu-file: Make qemu_file_is_writable() non-static
2014-10-14 Eduardo Habkostqemu-file: Add copyright header to qemu-file.c
2014-10-14 Alexey Kardashevskiyvmstate: Allow dynamic allocation for VBUFFER during...
2014-10-14 Alexey Kardashevskiyblock/migration: Disable cache invalidate for incoming...
2014-10-14 Dr. David Alan... Tests: QEMUSizedBuffer/QEMUBuffer
2014-10-14 Dr. David Alan... QEMUSizedBuffer based QEMUFile
2014-10-13 Peter Crosthwaiteqdev: gpio: Register GPIO outputs as QOM links
2014-10-13 Peter Crosthwaiteqdev: gpio: Register GPIO inputs as child objects
2014-10-13 Peter Crosthwaiteqdev: gpio: Don't allow name share between I and O
2014-10-13 Yongbok Kimtarget-mips: add compact and CP1 branches
2014-10-13 Yongbok Kimtarget-mips: add ALIGN, DALIGN, BITSWAP and DBITSWAP...
2014-10-13 Leon Alraetarget-mips: Status.UX/SX/KX enable 32-bit address...
2014-10-13 Leon Alraetarget-mips: move CLO, DCLO, CLZ, DCLZ, SDBBP and free...
2014-10-13 Leon Alraetarget-mips: redefine Integer Multiply and Divide instr...
2014-10-13 Leon Alraetarget-mips: move PREF, CACHE, LLD and SCD instructions
2014-10-13 Leon Alraetarget-mips: signal RI Exception on DSP and Loongson...
2014-10-13 Leon Alraetarget-mips: split decode_opc_special* into *_r6 and...
2014-10-13 Leon Alraetarget-mips: extract decode_opc_special* from decode_opc
2014-10-13 Leon Alraetarget-mips: move LL and SC instructions
2014-10-13 Leon Alraetarget-mips: add SELEQZ and SELNEZ instructions
2014-10-13 Leon Alraetarget-mips: signal RI Exception on instructions remove...
2014-10-13 Leon Alraetarget-mips: define ISA_MIPS64R6
2014-10-10 Peter MaydellMerge remote-tracking branch 'remotes/cohuck/tags/s390x...
2014-10-10 Paolo Bonzinikvm fix compilation with GCC 4.3.4
2014-10-10 Cornelia Hucks390x/virtio-ccw: fix vhost-scsi intialization
2014-10-10 Thomas Huths390x/migration: migrate CPU state
2014-10-10 David Hildenbrands390x/kvm: synchronize the cpu state after SIGP (INITIA...
2014-10-10 David Hildenbrands390x/kvm: reuse kvm_s390_reset_vcpu() to get rid of...
2014-10-10 David Hildenbrands390x/kvm: propagate s390 cpu state to kvm
2014-10-10 David Hildenbrands390x/kvm: proper use of the cpu states OPERATING and...
2014-10-10 David Hildenbrands390x/kvm: introduce proper states for s390 cpus
2014-10-10 Jens Freimannlinux-headers: update to 3.17-rc7
2014-10-09 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2014-10-09 Corey Minyardqemu-char: Fix reconnect socket error reporting
2014-10-09 Corey Minyardqemu-sockets: Add error to non-blocking connect handler
2014-10-09 Corey Minyardqemu-error: Add error_vreport()
2014-10-09 Paolo Bonzinivirtio-scsi: fix use-after-free of VirtIOSCSIReq
next
This page took 0.063521 seconds and 4 git commands to generate.