Age | Commit message (Expand) | Author |
2016-01-13 | spapr: Use error_reportf_err() | Markus Armbruster |
2016-01-13 | error: Use error_prepend() where it makes obvious sense | Markus Armbruster |
2016-01-13 | error: Use error_reportf_err() where it makes obvious sense | Markus Armbruster |
2016-01-13 | error: Don't decorate original error message when adding to it | Markus Armbruster |
2016-01-13 | error: Use error_report_err() instead of monitor_printf() | Markus Armbruster |
2016-01-13 | error: Use error_report_err() where appropriate (again) | Markus Armbruster |
2016-01-13 | isa: Clean up inappropriate hw_error() | Markus Armbruster |
2016-01-13 | isa: Clean up error handling around isa_bus_new() | Markus Armbruster |
2016-01-13 | isa: Trivially convert remaining PCI-ISA bridges to realize() | Markus Armbruster |
2016-01-13 | sysbus: Don't use hw_error() in machine_init_done_notifiers | Markus Armbruster |
2016-01-13 | hw/arm/virt: Fix property "gic-version" error handling | Markus Armbruster |
2016-01-13 | raven: Mark use of hw_error() in realize() FIXME | Markus Armbruster |
2016-01-13 | etraxfs_eth: Don't use hw_error() in init() method | Markus Armbruster |
2016-01-13 | arm_mptimer: Don't use hw_error() in realize() method | Markus Armbruster |
2016-01-13 | omap: Don't use hw_error() in device init() methods | Markus Armbruster |
2016-01-13 | hw: Don't use hw_error() for machine initialization errors | Markus Armbruster |
2016-01-13 | hw: Inline the qdev_prop_set_drive_nofail() wrapper | Markus Armbruster |
2016-01-13 | Use error_fatal to simplify obvious fatal errors | Markus Armbruster |
2016-01-12 | Merge remote-tracking branch 'remotes/kvaneesh/tags/for-upstream-signed' into... | Peter Maydell |
2016-01-12 | 9pfs: introduce V9fsVirtioState | Wei Liu |
2016-01-11 | ide: ahci: reset ncq object to unused on error | Prasad J Pandit |
2016-01-11 | macio: fix overflow in lba to offset conversion for ATAPI devices | Mark Cave-Ayland |
2016-01-11 | hw/arm/virt: Support legacy -nic command line syntax | Ashok Kumar |
2016-01-11 | hw/dma/xilinx_axidma: remove dead code | Andrew Jones |
2016-01-11 | i.MX: move i.MX31 CCM object to register array | Jean-Christophe DUBOIS |
2016-01-11 | Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-01-1... | Peter Maydell |
2016-01-11 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell |
2016-01-11 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160111' into... | Peter Maydell |
2016-01-11 | hw/s390x: Remove superfluous return statements | Thomas Huth |
2016-01-11 | hw/core/qdev: Remove superfluous return statement | Thomas Huth |
2016-01-11 | hw/acpi: Remove superfluous return statement | Thomas Huth |
2016-01-11 | hw/ide: Remove superfluous return statements | Thomas Huth |
2016-01-11 | PCI Bonito: QOMify and cleanup | Cao jin |
2016-01-11 | SH PCI Host: convert to realize() | Cao jin |
2016-01-11 | gt64120: convert to realize() | Cao jin |
2016-01-11 | hw/misc/edu: Convert to realize() | Cao jin |
2016-01-11 | xen/Makefile.objs: simplify | Cao jin |
2016-01-11 | hw/ppc/spapr: fix spapr->kvm_type leak | David Gibson |
2016-01-11 | spapr vio: fix to incomplete QOMify | Cao jin |
2016-01-11 | hw/ppc/spapr: Use XHCI as host controller for new spapr machines | Thomas Huth |
2016-01-11 | pseries: Add pseries-2.6 machine type | David Gibson |
2016-01-11 | pseries: Improve setting of default machine version | David Gibson |
2016-01-11 | pseries: Restructure class_options functions | David Gibson |
2016-01-11 | pseries: DEFINE_SPAPR_MACHINE | David Gibson |
2016-01-11 | pseries: Use SET_MACHINE_COMPAT | David Gibson |
2016-01-11 | pseries: Remove versions from mc->desc | David Gibson |
2016-01-11 | pseries: Remove redundant calls to spapr_machine_initfn() | David Gibson |
2016-01-11 | pseries: Rearrange versioned machine type code | David Gibson |
2016-01-11 | pseries: Remove redundant setting of mc->name for pseries-2.5 machine | David Gibson |
2016-01-11 | spapr: Add /system-id | Alexey Kardashevskiy |