]> git.proxmox.com Git - qemu.git/history - hw
block: add .bdrv_co_write_zeroes() interface
[qemu.git] / hw /
2012-02-09 Peter MaydellARM devboards: Set arm_sysctl properties before init...
2012-02-08 Anthony LiguoriMerge remote-tracking branch 'bonzini/qdev-props-for...
2012-02-08 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream'...
2012-02-08 Anthony LiguoriMerge remote-tracking branch 'sweil/w32' into staging
2012-02-07 malcRestore consistent formatting
2012-02-07 Paolo Bonziniqdev: remove unused fields from PropertyInfo
2012-02-07 Paolo Bonziniqdev: initialize properties via QOM
2012-02-07 Paolo Bonziniqdev: inline qdev_prop_set into qdev_prop_set_ptr
2012-02-07 Paolo Bonziniqdev: access properties via QOM
2012-02-07 Paolo Bonziniqdev: fix off-by-one
2012-02-07 Paolo Bonziniqdev: let QOM free properties
2012-02-07 Paolo Bonziniqdev: remove parse/print methods for pointer properties
2012-02-07 Paolo Bonziniqdev: make the non-legacy pci address property accept...
2012-02-07 Paolo Bonziniqdev: remove parse/print methods for mac properties
2012-02-07 Paolo Bonziniqdev: remove print/parse methods from LostTickPolicy...
2012-02-07 Paolo Bonziniqdev: remove parse method for string properties
2012-02-07 Paolo Bonziniqdev: allow reusing get/set for legacy property
2012-02-07 Paolo Bonziniqdev: remove direct calls to print/parse
2012-02-06 Anthony Liguoris390x: fix qom-ification fall-out
2012-02-06 Jan KiszkaKVM: Fix breakages of QOM conversion
2012-02-04 Blue Swirlvga: improve documentation
2012-02-04 Blue Swirlvga: use constants from vga.h
2012-02-04 Blue Swirlvga.h: remove unused stuff and reformat
2012-02-04 Blue SwirlAdd vga.h unmodified from Linux
2012-02-04 Blue Swirlvga: move Cirrus VGA template to its own file
2012-02-04 Blue Swirlmemory: change dirty getting API to take a size
2012-02-04 Blue SwirlMerge branch 'linux-user-for-upstream' of git://git...
2012-02-04 Blue SwirlMerge branch 'for-upstream' of git://repo.or.cz/qemu...
2012-02-03 Anthony Liguoricontainer: make a decendent of Object
2012-02-03 Anthony Liguoriinfo qdm: do not require a parent_bus to be set
2012-02-03 Anthony Liguoriqdev: implement cleanup logic in finalize
2012-02-03 Anthony Liguoriqom: move properties from qdev to object
2012-02-03 Anthony Liguoriqdev: nuke qdev_init_chardev()
2012-02-03 Anthony Liguoriqdev: split out UI portions into a new function
2012-02-03 Anthony Liguoriqdev: refactor away qdev_create_from_info
2012-02-03 Anthony Liguoriqdev: split out common init to instance_init
2012-02-03 Anthony Liguoriqdev: remove baked in notion of aliases (v2)
2012-02-03 Anthony Liguoriqdev: kill off DeviceInfo
2012-02-03 Anthony Liguoriqdev: register all types natively through QEMU Object...
2012-02-03 Anthony Liguoriqdev: kill off DeviceInfo list
2012-02-03 Anthony Liguoriqdev: refactor device creation to allow bus_info to...
2012-02-03 Anthony Liguoriqdev: allow classes to overload qdev functions
2012-02-03 Anthony Liguoriqdev: remove info from class
2012-02-03 Anthony Liguoriqdev: make DeviceInfo private
2012-02-03 Anthony Liguoriusb: separate out legacy usb registration from type...
2012-02-03 Anthony Liguoriusb-hid: simplify class initialization a bit
2012-02-01 Gerhard Wiesingerhw/vmmouse.c: Disable vmmouse after reboot
2012-02-01 Jan Kiszkamc146818rtc: Use lost_tick_policy property
2012-02-01 Jan Kiszkaqdev: Introduce lost tick policy property
2012-01-30 Paolo Bonzinim48t59: use rtc_clock for alarm timer
2012-01-30 Fabien ChouteauGRLIB UART: Add RX channel
2012-01-30 Daniel P. Berrangehw/9pfs: Remove O_NOATIME flag from 9pfs open() calls...
2012-01-30 Aneesh Kumar K.Vhw/9pfs: Fix crash when mounting with synthfs
2012-01-30 M. Mohan Kumarhw/9pfs: Preserve S_ISGID
2012-01-28 Blue SwirlMerge branch 'target-arm.for-upstream' of git://git...
2012-01-27 Andreas Färberunin_pci: Fix typos in device names
2012-01-27 Anthony Liguoriqdev: change ambiguous qdev names
2012-01-27 Anthony Liguorivirtio-s390: convert to QEMU Object Model
2012-01-27 Anthony Liguorisysbus: apic: ioapic: convert to QEMU Object Model
2012-01-27 Anthony Liguoripci: convert to QEMU Object Model
2012-01-27 Andreas Färberunin_pci: Drop unused reset handler
2012-01-27 Andreas Färberunin_pci: Drop duplicate busdev
2012-01-27 Andreas Färberunin_pci: Clean up qdev names
2012-01-27 Anthony Liguorivirtio-serial: convert to QEMU Object Model
2012-01-27 Anthony Liguorispapr: convert to QEMU Object Model (v2)
2012-01-27 Anthony Liguoriscsi: convert to QEMU Object Model
2012-01-27 Anthony Liguoriide: convert to QEMU Object Model
2012-01-27 Anthony Liguorihda-codec: convert to QEMU Object Model
2012-01-27 Anthony Liguorii2c: smbus: convert to QEMU Object Model
2012-01-27 Anthony Liguorii2c: rename i2c_slave -> I2CSlave
2012-01-27 Anthony Liguorissi: convert to QEMU Object Model
2012-01-27 Anthony Liguoriccid: convert to QEMU Object Model
2012-01-27 Anthony Liguoriusb: convert to QEMU Object Model
2012-01-27 Anthony Liguoriisa: pic: convert to QEMU Object Model
2012-01-27 Anthony Liguoriqdev: prepare source tree for code conversion
2012-01-27 Anthony Liguoriqdev: add class_init to DeviceInfo
2012-01-27 Anthony Liguoriqdev: add a interface to register subclasses
2012-01-27 Anthony Liguoriqdev: use a wrapper to access reset and promote reset...
2012-01-27 Anthony Liguoriqdev: don't access name through info
2012-01-27 Anthony Liguoriqdev: move qdev->info to class
2012-01-27 Anthony Liguoriqdev: integrate with QEMU Object Model (v2)
2012-01-27 Anthony Liguoripci: call reset unconditionally
2012-01-27 Anthony Liguoriopenpic: remove dead code to make a PCI device version
2012-01-27 Anthony Liguorimacio: convert to qdev
2012-01-27 Anthony LiguoriMerge remote-tracking branch 'pmaydell/arm-devs.for...
2012-01-27 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-01-27 Jan Kiszkapcnet: Preserve link state across device reset
2012-01-27 Jan Kiszkae1000: Preserve link state across device reset
2012-01-27 Jan Kiszkaqdev-property: Make bit property parsing stricter
2012-01-26 Thomas Higdonscsi: Guard against buflen exceeding req->cmd.xfer...
2012-01-26 Stefan Hajnoczivirtio-blk: add virtio_blk_handle_read trace event
2012-01-26 Rob Herringarm: SoC model for Calxeda Highbank
2012-01-26 Peter Maydellarm_boot: support board IDs more than 16 bits wide
2012-01-26 Mark Langsdorfarm: add secondary cpu boot callbacks to arm_boot.c
2012-01-26 Rob Herringahci: add support for non-PCI based controllers
2012-01-26 Rob HerringAdd xgmac ethernet model
2012-01-25 Blue Swirlvga: compile cirrus_vga in hwlib
2012-01-25 Blue Swirlmemory: change dirty setting APIs to take a size
2012-01-23 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-01-23 Anthony LiguoriMerge remote-tracking branch 'afaerber/prep-up' into...
next