| Commit message (Expand) | Author | Age | Files | Lines |
* | machine: Replace underscores in machine's property names | Marcel Apfelbaum | 2014-07-21 | 1 | -4/+4 |
* | qdev: Fix crash when using non-device class name on -global | Eduardo Habkost | 2014-07-06 | 1 | -1/+2 |
* | qdev: Don't abort() in case globals can't be set | Eduardo Habkost | 2014-07-06 | 1 | -1/+7 |
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 2014-07-01 | 2 | -50/+21 |
|\ |
|
| * | qdev: drop iothread property type | Stefan Hajnoczi | 2014-07-01 | 1 | -50/+0 |
| * | qdev: add qdev_alias_all_properties() | Stefan Hajnoczi | 2014-07-01 | 1 | -0/+21 |
* | | Merge remote-tracking branch 'remotes/bonzini/memory' into staging | Peter Maydell | 2014-07-01 | 1 | -2/+3 |
|\ \ |
|
| * | | qdev: correctly send DEVICE_DELETED for recursively-deleted devices | Paolo Bonzini | 2014-07-01 | 1 | -2/+3 |
| |/ |
|
* | | irq: Slim conversion of qemu_irq to QOM | Andreas Färber | 2014-07-01 | 1 | -2/+20 |
* | | irq: Allocate IRQs individually | Peter Crosthwaite | 2014-07-01 | 2 | -14/+8 |
* | | hw: Fix qemu_allocate_irqs() leaks | Andreas Färber | 2014-06-30 | 1 | -2/+2 |
|/ |
|
* | net: move queue number into NICPeers | Jiri Pirko | 2014-06-27 | 1 | -2/+1 |
* | qapi event: convert DEVICE_DELETED | Wenchao Xia | 2014-06-23 | 1 | -10/+2 |
* | qdev: recursively unrealize devices when unrealizing bus | Paolo Bonzini | 2014-06-19 | 1 | -1/+12 |
* | qdev: reorganize error reporting in bus_set_realized | Paolo Bonzini | 2014-06-19 | 1 | -13/+5 |
* | qdev: expose DeviceState.hotplugged field as a property | Igor Mammedov | 2014-06-19 | 1 | -0/+17 |
* | qdev: hotplug for bus-less devices | Igor Mammedov | 2014-06-19 | 1 | -0/+13 |
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2014-06-05 | 2 | -0/+34 |
|\ |
|
| * | qdev: Display warning about unused -global | Don Slutz | 2014-06-05 | 2 | -0/+34 |
* | | qdev: Implement named GPIOs | Peter Crosthwaite | 2014-05-28 | 1 | -10/+75 |
* | | machine: Make -machine opts properties of MachineState | Marcel Apfelbaum | 2014-05-28 | 1 | -0/+280 |
* | | machine: Conversion of QEMUMachineInitArgs to MachineState | Marcel Apfelbaum | 2014-05-28 | 1 | -1/+1 |
|/ |
|
* | savevm: Remove all the unneeded version_minimum_id_old (rest) | Juan Quintela | 2014-05-14 | 1 | -2/+1 |
* | hw/9pfs: Add missing 'static' attributes | Stefan Weil | 2014-05-07 | 1 | -2/+2 |
* | qom: Clean up fragile use of error_is_set() in set() methods | Markus Armbruster | 2014-05-05 | 1 | -4/+7 |
* | hw: Consistently name Error ** objects errp, and not err | Markus Armbruster | 2014-05-05 | 1 | -10/+10 |
* | hw: Consistently name Error * objects err, and not errp | Markus Armbruster | 2014-05-05 | 1 | -5/+5 |
* | qerror.h: Remove QERR defines that are only used once | Cole Robinson | 2014-04-25 | 1 | -4/+5 |
* | fw-path-provider: Change GPL version to 2+ | Alexey Kardashevskiy | 2014-04-07 | 1 | -1/+2 |
* | Merge remote-tracking branch 'remotes/afaerber/tags/ppc-for-2.0' into staging | Peter Maydell | 2014-03-20 | 3 | -1/+69 |
|\ |
|
| * | qdev: Introduce FWPathProvider interface | Paolo Bonzini | 2014-03-20 | 3 | -1/+69 |
* | | qom: Add check() argument to object_property_add_link() | Stefan Hajnoczi | 2014-03-19 | 2 | -2/+18 |
* | | qom: Make QOM link property unref optional | Stefan Hajnoczi | 2014-03-19 | 1 | -4/+6 |
|/ |
|
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 2014-03-13 | 1 | -8/+62 |
|\ |
|
| * | iothread: add "iothread" qdev property type | Stefan Hajnoczi | 2014-03-13 | 1 | -0/+51 |
| * | qdev: make get_pointer() handle temporary strings | Igor Mammedov | 2014-03-13 | 1 | -8/+11 |
* | | qdev: Realize buses on device realization | Bandan Das | 2014-03-13 | 1 | -5/+22 |
* | | qdev: Prepare realize/unrealize hooks for BusState | Bandan Das | 2014-03-13 | 1 | -0/+41 |
* | | hw/core: Introduce QEMU machine as QOM object | Marcel Apfelbaum | 2014-03-12 | 2 | -1/+29 |
* | | qdev: Set DeviceClass::hotpluggable default in class_init() | Igor Mammedov | 2014-03-12 | 1 | -8/+8 |
* | | qdev: Fix bus dependency of DeviceState::hotpluggable getter | Andreas Färber | 2014-03-12 | 1 | -1/+2 |
|/ |
|
* | pc: avoid duplicate names for ROM MRs | Michael S. Tsirkin | 2014-03-11 | 1 | -4/+6 |
* | loader: rename in_ram/has_mr | Michael S. Tsirkin | 2014-03-09 | 1 | -3/+3 |
* | qdev: Keep global allocation counter per bus | Alexander Graf | 2014-03-05 | 1 | -7/+13 |
* | elf-loader: add more return codes | Alexey Kardashevskiy | 2014-03-05 | 1 | -6/+24 |
* | Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in... | Peter Maydell | 2014-02-20 | 3 | -227/+27 |
|\ |
|
| * | qdev: Use QAPI type names for properties | Paolo Bonzini | 2014-02-14 | 2 | -11/+19 |
| * | qdev: Add enum property types to QAPI schema | Paolo Bonzini | 2014-02-14 | 1 | -17/+3 |
| * | block: Handle "rechs" and "large" translation options | Paolo Bonzini | 2014-02-14 | 1 | -3/+5 |
| * | qdev: Remove hex8/32/64 property types | Paolo Bonzini | 2014-02-14 | 1 | -27/+0 |