Age | Commit message (Expand) | Author |
2016-10-24 | char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit | Marc-André Lureau |
2016-10-24 | char: replace PROP_CHR with CharBackend | Marc-André Lureau |
2016-10-17 | machine: Register TYPE_MACHINE properties as class properties | Eduardo Habkost |
2016-10-04 | generic-loader: Add a generic loader | Alistair Francis |
2016-10-04 | irq: Add a new irq device that allows the ORing of lines | Alistair Francis |
2016-09-27 | sysbus: Remove ignored return value of FindSysbusDeviceFunc | David Gibson |
2016-09-22 | loader: Add AddressSpace loading support to targphys | Alistair Francis |
2016-09-22 | loader: Add AddressSpace loading support to uImages | Alistair Francis |
2016-09-22 | loader: Add AddressSpace loading support to ELFs | Alistair Francis |
2016-09-22 | loader: Allow a custom AddressSpace when loading ROMs | Alistair Francis |
2016-09-22 | loader: Use the specified MemoryRegion | Alistair Francis |
2016-09-22 | hw/ptimer: Suppress error messages under qtest | Dmitry Osipenko |
2016-09-22 | hw/ptimer: Introduce timer policy feature | Dmitry Osipenko |
2016-09-22 | hw/ptimer: Actually stop the timer in case of error | Dmitry Osipenko |
2016-09-08 | bus: simplify name handling | Marc-André Lureau |
2016-09-08 | machine: use class base init generated name | Marc-André Lureau |
2016-08-08 | block/qdev: Let 'drive' property fall back to node name | Kevin Wolf |
2016-08-03 | qdev: Fix use after free in qdev_init_nofail error path | Fam Zheng |
2016-07-27 | qdev: ignore GlobalProperty.errp for hotplugged devices | Greg Kurz |
2016-07-27 | machine: Add comment to abort path in machine_set_kernel_irqchip | Greg Kurz |
2016-07-26 | qdev: Fix object reference leak in case device.realize() fails | Igor Mammedov |
2016-07-19 | qapi: Change Netdev into a flat union | Eric Blake |
2016-07-14 | Revert "hw/ptimer: Perform counter wrap around if timer already expired" | Dmitry Osipenko |
2016-07-13 | block/qdev: Allow configuring rerror/werror with qdev properties | Kevin Wolf |
2016-07-13 | block/qdev: Allow node name for drive properties | Kevin Wolf |
2016-07-12 | Clean up ill-advised or unusual header guards | Markus Armbruster |
2016-07-07 | vl: Set errp to &error_abort on machine compat_props | Eduardo Habkost |
2016-07-07 | machine: Add machine_register_compat_props() function | Eduardo Habkost |
2016-07-07 | qdev: GlobalProperty.errp field | Eduardo Habkost |
2016-07-07 | qdev: Eliminate qemu_add_globals() function | Eduardo Habkost |
2016-07-07 | qdev: Don't stop applying globals on first error | Eduardo Habkost |
2016-07-05 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2016-07-05 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2016-07-05 | block/qdev: Fix NULL access when using BB twice | Kevin Wolf |
2016-07-04 | register: Add block initialise helper | Peter Crosthwaite |
2016-07-04 | register: QOMify | Peter Crosthwaite |
2016-07-04 | register: Add Memory API glue | Alistair Francis |
2016-07-04 | register: Add Register API | Alistair Francis |
2016-07-04 | machine: remove iommu property | Marcel Apfelbaum |
2016-06-17 | qdev: Use GList for global properties | Eduardo Habkost |
2016-06-17 | qdev: hotplug: Introduce HotplugHandler.pre_plug() callback | Igor Mammedov |
2016-06-14 | qdev_try_create(): Assert that devices we put onto the system bus are SysBusD... | Peter Maydell |
2016-06-07 | qdev: Clean up around properties | Cao jin |
2016-06-06 | hw/ptimer: Introduce ptimer_get_limit | Dmitry Osipenko |
2016-06-06 | hw/ptimer: Support "on the fly" timer mode switch | Dmitry Osipenko |
2016-06-06 | hw/ptimer: Update .delta on period/freq change | Dmitry Osipenko |
2016-06-06 | hw/ptimer: Perform counter wrap around if timer already expired | Dmitry Osipenko |
2016-06-06 | hw/ptimer: Fix issues caused by the adjusted timer limit value | Dmitry Osipenko |
2016-05-26 | qdev: Start disentangling bus from device | Andreas Färber |
2016-05-23 | nmi: remove x86 specific nmi handling | Bandan Das |