Age | Commit message (Expand) | Author | Files | Lines |
2017-12-15 | spapr: fix LSI interrupt specifiers in the device tree | Greg Kurz | 1 | -1/+2 |
2017-12-15 | spapr: move the IRQ allocation routines under the machine | Cédric Le Goater | 1 | -1/+1 |
2017-06-28 | vmstate: error hint for failed equal checks | Halil Pasic | 1 | -2/+2 |
2017-03-01 | ppc/xics: store the ICS object under the sPAPR machine | Cédric Le Goater | 1 | -1/+1 |
2017-01-31 | hw/ppc: QOM'ify spapr_vio.c | xiaoqiang zhao | 1 | -10/+0 |
2016-10-28 | pseries: Consolidate construction of /vdevice device tree node | David Gibson | 1 | -7/+16 |
2016-10-28 | pseries: Consolidate construction of /chosen device tree node | David Gibson | 1 | -13/+4 |
2016-10-14 | ppc/xics: Make the ICSState a list | Benjamin Herrenschmidt | 1 | -1/+1 |
2016-09-23 | spapr_vio: convert to trace framework instead of DPRINTF | Laurent Vivier | 1 | -14/+3 |
2016-09-07 | hw/ppc: use error_report instead of fprintf | Cédric Le Goater | 1 | -1/+2 |
2016-07-01 | ppc/xics: Replace "icp" with "xics" in most places | Benjamin Herrenschmidt | 1 | -1/+1 |
2016-07-01 | ppc/xics: Rename existing xics to xics_spapr | Benjamin Herrenschmidt | 1 | -1/+1 |
2016-06-20 | coccinelle: Remove unnecessary variables for function return value | Eduardo Habkost | 1 | -4/+1 |
2016-06-07 | spapr_iommu: Introduce "enabled" state for TCE table | Alexey Kardashevskiy | 1 | -5/+3 |
2016-05-19 | hw: explicitly include qemu/log.h | Paolo Bonzini | 1 | -0/+1 |
2016-05-19 | hw: do not use VMSTATE_*TL | Paolo Bonzini | 1 | -1/+1 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-02-28 | xics: report errors with the QEMU Error API | Greg Kurz | 1 | -3/+4 |
2016-01-29 | ppc: Clean up includes | Peter Maydell | 1 | -0/+1 |
2016-01-11 | spapr vio: fix to incomplete QOMify | Cao jin | 1 | -7/+5 |
2015-07-07 | spapr: Merge sPAPREnvironment into sPAPRMachineState | David Gibson | 1 | -7/+8 |
2015-06-22 | Include monitor/monitor.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2015-06-03 | spapr_vio: Introduce a liobn number generating macros | Alexey Kardashevskiy | 1 | -1/+1 |
2015-03-09 | spapr_vio: Convert to realize() | Markus Armbruster | 1 | -9/+10 |
2015-03-09 | spapr_vio/spapr_iommu: Move VIO bypass where it belongs | Alexey Kardashevskiy | 1 | -2/+26 |
2015-02-10 | spapr_vio: Pair g_malloc() with g_free(), not free() | Markus Armbruster | 1 | -1/+1 |
2014-06-27 | spapr: Move interrupt allocator to xics | Alexey Kardashevskiy | 1 | -1/+1 |
2014-06-27 | spapr_iommu: Make in-kernel TCE table optional | Alexey Kardashevskiy | 1 | -1/+1 |
2014-06-27 | spapr: Fix RTAS token numbers | Alexey Kardashevskiy | 1 | -2/+3 |
2014-06-16 | spapr_iommu: Introduce bus_offset in sPAPRTCETable | Alexey Kardashevskiy | 1 | -0/+1 |
2014-06-16 | spapr_iommu: Introduce page_shift in sPAPRTCETable | Alexey Kardashevskiy | 1 | -0/+1 |
2014-06-16 | spapr_iommu: Get rid of window_size in sPAPRTCETable | Alexey Kardashevskiy | 1 | -1/+3 |
2014-06-16 | savevm: Remove all the unneeded version_minimum_id_old (ppc) | Juan Quintela | 1 | -2/+1 |
2014-03-20 | spapr_vio: Fix firmware names | Alexey Kardashevskiy | 1 | -0/+3 |
2013-12-23 | sysbus: Set cannot_instantiate_with_device_add_yet | Markus Armbruster | 1 | -2/+0 |
2013-12-23 | qdev: Replace no_user by cannot_instantiate_with_device_add_yet | Markus Armbruster | 1 | -1/+1 |
2013-12-20 | spapr-rtas: replace return code constants with macros | Alexey Kardashevskiy | 1 | -6/+6 |
2013-07-29 | spapr: Rename 'dprintf' to 'DPRINTF' | Peter Maydell | 1 | -4/+4 |
2013-07-29 | spapr-tce: make sPAPRTCETable a proper device | Anthony Liguori | 1 | -1/+1 |
2013-07-29 | pseries: savevm support for VIO devices | David Gibson | 1 | -0/+20 |
2013-07-04 | spapr_iommu: pass device to spapr_tce_new_table and use it to set owner | Paolo Bonzini | 1 | -1/+1 |
2013-07-01 | spapr-rtas: add CPU argument to RTAS calls | Anthony Liguori | 1 | -2/+4 |
2013-06-20 | memory: give name to every AddressSpace | Alexey Kardashevskiy | 1 | -1/+1 |
2013-06-20 | dma: eliminate DMAContext | Paolo Bonzini | 1 | -1/+0 |
2013-06-20 | spapr_vio: take care of creating our own AddressSpace/DMAContext | Paolo Bonzini | 1 | -1/+2 |
2013-06-20 | spapr: convert TCE API to use an opaque type | Paolo Bonzini | 1 | -6/+7 |
2013-06-14 | ppc: Remove CONFIG_FDT conditionals | Peter Maydell | 1 | -6/+0 |
2013-04-26 | pseries: Generate device paths for VIO devices | David Gibson | 1 | -14/+23 |
2013-04-26 | pseries: Convert VIO code to QOM style type safe(ish) casts | David Gibson | 1 | -2/+2 |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini | 1 | -3/+3 |