Age | Commit message (Expand) | Author |
2012-02-09 | ARM devboards: Set arm_sysctl properties before init, not after | Peter Maydell |
2012-02-08 | Merge remote-tracking branch 'bonzini/qdev-props-for-anthony' into staging | Anthony Liguori |
2012-02-08 | Merge remote-tracking branch 'aneesh/for-upstream' into staging | Anthony Liguori |
2012-02-07 | Restore consistent formatting | malc |
2012-02-07 | qdev: remove unused fields from PropertyInfo | Paolo Bonzini |
2012-02-07 | qdev: initialize properties via QOM | Paolo Bonzini |
2012-02-07 | qdev: inline qdev_prop_set into qdev_prop_set_ptr | Paolo Bonzini |
2012-02-07 | qdev: access properties via QOM | Paolo Bonzini |
2012-02-07 | qdev: fix off-by-one | Paolo Bonzini |
2012-02-07 | qdev: let QOM free properties | Paolo Bonzini |
2012-02-07 | qdev: remove parse/print methods for pointer properties | Paolo Bonzini |
2012-02-07 | qdev: make the non-legacy pci address property accept an integer | Paolo Bonzini |
2012-02-07 | qdev: remove parse/print methods for mac properties | Paolo Bonzini |
2012-02-07 | qdev: remove print/parse methods from LostTickPolicy properties | Paolo Bonzini |
2012-02-07 | qdev: remove parse method for string properties | Paolo Bonzini |
2012-02-07 | qdev: allow reusing get/set for legacy property | Paolo Bonzini |
2012-02-07 | qdev: remove direct calls to print/parse | Paolo Bonzini |
2012-02-06 | s390x: fix qom-ification fall-out | Anthony Liguori |
2012-02-06 | KVM: Fix breakages of QOM conversion | Jan Kiszka |
2012-02-04 | vga: improve documentation | Blue Swirl |
2012-02-04 | vga: use constants from vga.h | Blue Swirl |
2012-02-04 | vga.h: remove unused stuff and reformat | Blue Swirl |
2012-02-04 | Add vga.h unmodified from Linux | Blue Swirl |
2012-02-04 | vga: move Cirrus VGA template to its own file | Blue Swirl |
2012-02-04 | memory: change dirty getting API to take a size | Blue Swirl |
2012-02-03 | container: make a decendent of Object | Anthony Liguori |
2012-02-03 | info qdm: do not require a parent_bus to be set | Anthony Liguori |
2012-02-03 | qdev: implement cleanup logic in finalize | Anthony Liguori |
2012-02-03 | qom: move properties from qdev to object | Anthony Liguori |
2012-02-03 | qdev: nuke qdev_init_chardev() | Anthony Liguori |
2012-02-03 | qdev: split out UI portions into a new function | Anthony Liguori |
2012-02-03 | qdev: refactor away qdev_create_from_info | Anthony Liguori |
2012-02-03 | qdev: split out common init to instance_init | Anthony Liguori |
2012-02-03 | qdev: remove baked in notion of aliases (v2) | Anthony Liguori |
2012-02-03 | qdev: kill off DeviceInfo | Anthony Liguori |
2012-02-03 | qdev: register all types natively through QEMU Object Model | Anthony Liguori |
2012-02-03 | qdev: kill off DeviceInfo list | Anthony Liguori |
2012-02-03 | qdev: refactor device creation to allow bus_info to be set only in class | Anthony Liguori |
2012-02-03 | qdev: allow classes to overload qdev functions | Anthony Liguori |
2012-02-03 | qdev: remove info from class | Anthony Liguori |
2012-02-03 | qdev: make DeviceInfo private | Anthony Liguori |
2012-02-03 | usb: separate out legacy usb registration from type registration | Anthony Liguori |
2012-02-03 | usb-hid: simplify class initialization a bit | Anthony Liguori |
2012-02-01 | hw/vmmouse.c: Disable vmmouse after reboot | Gerhard Wiesinger |
2012-02-01 | mc146818rtc: Use lost_tick_policy property | Jan Kiszka |
2012-02-01 | qdev: Introduce lost tick policy property | Jan Kiszka |
2012-01-30 | m48t59: use rtc_clock for alarm timer | Paolo Bonzini |
2012-01-30 | GRLIB UART: Add RX channel | Fabien Chouteau |
2012-01-30 | hw/9pfs: Remove O_NOATIME flag from 9pfs open() calls in readonly mode | Daniel P. Berrange |
2012-01-30 | hw/9pfs: Fix crash when mounting with synthfs | Aneesh Kumar K.V |