Show patches with: Archived = No       |   430298 patches
« 1 2 ... 413 414 4154302 4303 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[01/22] usb-hid: simplify class initialization a bit - - - - --- 2012-02-01 Anthony Liguori New
[23/23] not-for-upstream: fix device_del - - - - --- 2012-01-30 Anthony Liguori New
[22/23] container: make a decendent of Object - - - - --- 2012-01-30 Anthony Liguori New
[21/23] object: sure up reference counting - - - - --- 2012-01-30 Anthony Liguori New
[20/23] info qdm: do not require a parent_bus to be set - - - - --- 2012-01-30 Anthony Liguori New
[19/23] qdev: implement cleanup logic in finalize - - - - --- 2012-01-30 Anthony Liguori New
[18/23] qom: accept any compatible type when setting a link property - - - - --- 2012-01-30 Anthony Liguori New
[17/23] qom: move properties from qdev to object - - - - --- 2012-01-30 Anthony Liguori New
[16/23] qdev: nuke qdev_init_chardev() - - - - --- 2012-01-30 Anthony Liguori New
[15/23] qdev: split out UI portions into a new function - - - - --- 2012-01-30 Anthony Liguori New
[14/23] qdev: refactor away qdev_create_from_info - - - - --- 2012-01-30 Anthony Liguori New
[13/23] qdev: split out common init to instance_init - - - - --- 2012-01-30 Anthony Liguori New
[12/23] qom: add new command to search for types - - - - --- 2012-01-30 Anthony Liguori New
[11/23] qom: allow object_class_foreach to take additional parameters to refine search - - 1 - --- 2012-01-30 Anthony Liguori New
[10/23] qdev: remove baked in notion of aliases - - - - --- 2012-01-30 Anthony Liguori New
[09/23] qdev: kill of DeviceInfo - - 1 - --- 2012-01-30 Anthony Liguori New
[08/23] qdev: register all types natively through QEMU Object Model - - - - --- 2012-01-30 Anthony Liguori New
[07/23] qdev: kill off DeviceInfo list - - - - --- 2012-01-30 Anthony Liguori New
[06/23] qdev: refactor device creation to allow bus_info to be set only in class - - - - --- 2012-01-30 Anthony Liguori New
[05/23] qdev: allow classes to overload qdev functions - - - - --- 2012-01-30 Anthony Liguori New
[04/23] qdev: remove info from class - - - - --- 2012-01-30 Anthony Liguori New
[03/23] qdev: make DeviceInfo private - - 1 - --- 2012-01-30 Anthony Liguori New
[01/23] usb-hid: simplify class initialization a bit - - - - --- 2012-01-30 Anthony Liguori New
[15/15] i440fx: move ram initialization into i440fx-pmc - - - - --- 2012-01-26 Anthony Liguori New
[14/15] i440fx: move bios loading to i440fx - - - - --- 2012-01-26 Anthony Liguori New
[13/15] i440fx: allocate MemoryRegion for pci memory space - - - - --- 2012-01-26 Anthony Liguori New
[12/15] i440fx-pmc: calculate PCI memory hole directly - - - - --- 2012-01-26 Anthony Liguori New
[11/15] i440fx-pmc: refactor to take properties for memory geometry - - - - --- 2012-01-26 Anthony Liguori New
[10/15] i440fx: move some logic to realize and make inheritance from PCIHost explicit - - - - --- 2012-01-26 Anthony Liguori New
[09/15] i440fx: create the PMC through composition - - - - --- 2012-01-26 Anthony Liguori New
[08/15] i440fx: introduce some saner naming conventions - - - - --- 2012-01-26 Anthony Liguori New
[07/15] i440fx: eliminate i440fx_common_init - - - - --- 2012-01-26 Anthony Liguori New
[06/15] piix: create i8254 through composition - - - - --- 2012-01-26 Anthony Liguori New
[05/15] piix: create the HPET and RTC through composition - - - - --- 2012-01-26 Anthony Liguori New
[04/15] piix: prepare for composition - - - - --- 2012-01-26 Anthony Liguori New
[03/15] piix3: make PIIX3-xen a subclass of PIIX3 - - - - --- 2012-01-26 Anthony Liguori New
[02/15] pc: make some functions static - - - - --- 2012-01-26 Anthony Liguori New
[01/15] pc: merge pc_piix.c into pc.c - - - - --- 2012-01-26 Anthony Liguori New
[v3,0/28] qom: add QEMU Object Model type hierarchy to qdev - - - - --- 2012-01-25 Anthony Liguori New
[28/28] virtio-s390: convert to QEMU Object Model - - - - --- 2012-01-24 Anthony Liguori New
[27/28] sysbus: apic: ioapic: convert to QEMU Object Model - - - - --- 2012-01-24 Anthony Liguori New
[26/28] pci: convert to QEMU Object Model - - - - --- 2012-01-24 Anthony Liguori New
[25/28] unin_pci: Drop unused reset handler - - - - --- 2012-01-24 Anthony Liguori New
[24/28] unin_pci: Drop duplicate busdev - - - - --- 2012-01-24 Anthony Liguori New
[23/28] unin_pci: Clean up qdev names - - - - --- 2012-01-24 Anthony Liguori New
[22/28] virtio-serial: convert to QEMU Object Model - - - - --- 2012-01-24 Anthony Liguori New
[21/28] spapr: convert to QEMU Object Model (v2) - - - - --- 2012-01-24 Anthony Liguori New
[20/28] scsi: convert to QEMU Object Model - - - - --- 2012-01-24 Anthony Liguori New
[19/28] ide: convert to QEMU Object Model - - - - --- 2012-01-24 Anthony Liguori New
[18/28] hda-codec: convert to QEMU Object Model - - - - --- 2012-01-24 Anthony Liguori New
[17/28] i2c: smbus: convert to QEMU Object Model - - - - --- 2012-01-24 Anthony Liguori New
[16/28] i2c: rename i2c_slave -> I2CSlave - - - - --- 2012-01-24 Anthony Liguori New
[15/28] ssi: convert to QEMU Object Model - - - - --- 2012-01-24 Anthony Liguori New
[14/28] ccid: convert to QEMU Object Model - - - - --- 2012-01-24 Anthony Liguori New
[13/28] usb: convert to QEMU Object Model - - - - --- 2012-01-24 Anthony Liguori New
[12/28] isa: pic: convert to QEMU Object Model - - - - --- 2012-01-24 Anthony Liguori New
[11/28] qdev: prepare source tree for code conversion - - - - --- 2012-01-24 Anthony Liguori New
[10/28] qdev: add class_init to DeviceInfo - - - - --- 2012-01-24 Anthony Liguori New
[09/28] qdev: add a interface to register subclasses - - - - --- 2012-01-24 Anthony Liguori New
[08/28] qdev: use a wrapper to access reset and promote reset to a class method - - - - --- 2012-01-24 Anthony Liguori New
[07/28] qdev: don't access name through info - - - - --- 2012-01-24 Anthony Liguori New
[06/28] qdev: move qdev->info to class - - - - --- 2012-01-24 Anthony Liguori New
[05/28] qdev: integrate with QEMU Object Model (v2) - - - - --- 2012-01-24 Anthony Liguori New
[04/28] qom: add the base Object class (v2) - - - - --- 2012-01-24 Anthony Liguori New
[03/28] pci: call reset unconditionally - - - - --- 2012-01-24 Anthony Liguori New
[02/28] openpic: remove dead code to make a PCI device version - - 1 - --- 2012-01-24 Anthony Liguori New
[01/28] macio: convert to qdev - - - - --- 2012-01-24 Anthony Liguori New
e1000: bounds packet size against buffer size - - - - --- 2012-01-23 Anthony Liguori New
[3/4] console: pass DisplayAllocator as first argument to methods - - - - --- 2012-01-16 Anthony Liguori New
[2/4] sdl: move globals to a state file, update everything accordingly - - - - --- 2012-01-16 Anthony Liguori New
[1/4] console: a few cleanups - - - - --- 2012-01-16 Anthony Liguori New
[RFC] pyembed: integer python into QEMU - - - - --- 2012-01-16 Anthony Liguori New
[6/6] qtest: add rtc-test test-case - - - - --- 2012-01-13 Anthony Liguori New
[5/6] rtc: split out macros into a header file and use in test case - - - - --- 2012-01-13 Anthony Liguori New
[4/6] make: add check targets based on gtester - - - - --- 2012-01-13 Anthony Liguori New
[3/6] qtest: add C version of test infrastructure - - - - --- 2012-01-13 Anthony Liguori New
[2/6] qtest: add support for -M pc - - - - --- 2012-01-13 Anthony Liguori New
[1/6] qtest: add test framework - - - - --- 2012-01-13 Anthony Liguori New
qemu-test: add device-del test case - - - - --- 2012-01-13 Anthony Liguori New
qdev: fix device_del by refactoring reference counting - - - - --- 2012-01-13 Anthony Liguori New
build: fix target_phys_addr_t to 64-bit - - - - --- 2012-01-12 Anthony Liguori New
check-qstring: remove check.h include - - - - --- 2012-01-12 Anthony Liguori New
[15/15] qtest: add rtc-test test-case - - - - --- 2012-01-10 Anthony Liguori New
[14/15] make: add check targets based on gtester - - - - --- 2012-01-10 Anthony Liguori New
[13/15] qtest: add C version of test infrastructure - - - - --- 2012-01-10 Anthony Liguori New
[12/15] qtest: add support for target-i386 -M pc - - - - --- 2012-01-10 Anthony Liguori New
[11/15] qtest: add test framework - - - - --- 2012-01-10 Anthony Liguori New
[10/15] test: eliminate libcheck tests and have make check use gtester - - - - --- 2012-01-10 Anthony Liguori New
[09/15] check-qjson: enable disabled tests - - - - --- 2012-01-10 Anthony Liguori New
[08/15] check-qjson: convert to gtest - - - - --- 2012-01-10 Anthony Liguori New
[07/15] check-qlist: convert to gtest - - - - --- 2012-01-10 Anthony Liguori New
[06/15] check-qstring: convert to gtest - - - - --- 2012-01-10 Anthony Liguori New
[05/15] check-qint: convert to gtest - - - - --- 2012-01-10 Anthony Liguori New
[04/15] check-qfloat: convert to gtest - - - - --- 2012-01-10 Anthony Liguori New
[03/15] check-qdict: convert to gtest - - - - --- 2012-01-10 Anthony Liguori New
[02/15] build: split unit test builds to a separate makefile fragment - - - - --- 2012-01-10 Anthony Liguori New
[01/15] tests: mv tests/* -> tests/tcg - - 1 - --- 2012-01-10 Anthony Liguori New
[11/11] check: add a check-report and check-help target - - - - --- 2012-01-09 Anthony Liguori New
[10/11] test: eliminate libcheck tests and have make check use gtester - - - - --- 2012-01-09 Anthony Liguori New
[09/11] check-qjson: enable disabled tests - - - - --- 2012-01-09 Anthony Liguori New
« 1 2 ... 413 414 4154302 4303 »