| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | spapr: fix migration of ICPState objects from/to older QEMU | Greg Kurz | 2017-06-30 | 1 | -2/+86 |
* | spapr: Fix migration of Radix guests | Bharata B Rao | 2017-06-30 | 1 | -0/+12 |
* | spapr: Add a "no HPT" encoding to HTAB migration stream | Bharata B Rao | 2017-06-30 | 1 | -4/+25 |
* | ppc: Rework CPU compatibility testing across migration | David Gibson | 2017-06-30 | 1 | -1/+6 |
* | pseries: Reset CPU compatibility mode | David Gibson | 2017-06-30 | 2 | -10/+2 |
* | pseries: Move CPU compatibility property to machine | David Gibson | 2017-06-30 | 3 | -7/+62 |
* | hw/ppc/prep: Remove superfluous call to soundhw_init() | Thomas Huth | 2017-06-30 | 1 | -4/+0 |
* | vmstate: error hint for failed equal checks | Halil Pasic | 2017-06-28 | 3 | -5/+5 |
* | migration: move skip_section_footers | Peter Xu | 2017-06-28 | 1 | -1/+0 |
* | migration: move skip_configuration out | Peter Xu | 2017-06-28 | 1 | -1/+0 |
* | migration: move global_state.optional out | Peter Xu | 2017-06-28 | 1 | -1/+0 |
* | pnv-core: use get_uint() for "core-pir" property | Marc-André Lureau | 2017-06-20 | 1 | -1/+1 |
* | pc-dimm: use get_uint() for dimm properties | Marc-André Lureau | 2017-06-20 | 1 | -3/+4 |
* | object: use more specific property type names | Marc-André Lureau | 2017-06-20 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170613' i... | Peter Maydell | 2017-06-13 | 1 | -1/+3 |
|\ |
|
| * | migration: Move remaining exported functions to migration/misc.h | Juan Quintela | 2017-06-13 | 1 | -1/+1 |
| * | migration: create global_state.c | Juan Quintela | 2017-06-13 | 1 | -0/+1 |
| * | migration: Split registration functions from vmstate.h | Juan Quintela | 2017-06-13 | 1 | -0/+1 |
* | | Revert "spapr: fix memory hot-unplugging" | Laurent Vivier | 2017-06-09 | 1 | -17/+3 |
* | | xics: setup cpu at realize time | Greg Kurz | 2017-06-09 | 2 | -23/+18 |
* | | xics: introduce macros for ICP/ICS link properties | Greg Kurz | 2017-06-09 | 4 | -4/+8 |
* | | hw/ppc/spapr: Adjust firmware name for PCI bridges | Thomas Huth | 2017-06-08 | 1 | -0/+6 |
* | | pnv_core: drop reference on ICPState object during CPU realization | Greg Kurz | 2017-06-08 | 1 | -1/+2 |
* | | spapr: Rework DRC name handling | David Gibson | 2017-06-08 | 1 | -51/+29 |
* | | spapr: Fold spapr_phb_{add,remove}_pci_device() into their only callers | David Gibson | 2017-06-08 | 1 | -40/+23 |
* | | spapr: Change DRC attach & detach methods to functions | David Gibson | 2017-06-08 | 3 | -31/+15 |
* | | spapr: Clean up handling of DR-indicator | David Gibson | 2017-06-08 | 2 | -18/+9 |
* | | spapr: Clean up RTAS set-indicator | David Gibson | 2017-06-08 | 2 | -42/+44 |
* | | spapr: Don't misuse DR-indicator in spapr_recover_pending_dimm_state() | David Gibson | 2017-06-08 | 1 | -5/+6 |
* | | spapr: Clean up DR entity sense handling | David Gibson | 2017-06-08 | 3 | -41/+38 |
* | | pseries: Correct panic behaviour for pseries machine type | David Gibson | 2017-06-08 | 1 | -5/+2 |
* | | spapr: fix memory leak in spapr_memory_pre_plug() | Greg Kurz | 2017-06-08 | 1 | -1/+4 |
|/ |
|
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170606' int... | Peter Maydell | 2017-06-06 | 7 | -520/+450 |
|\ |
|
| * | spapr: Remove some non-useful properties on DRC objects | David Gibson | 2017-06-06 | 1 | -29/+0 |
| * | spapr: Eliminate spapr_drc_get_type_str() | David Gibson | 2017-06-06 | 1 | -27/+4 |
| * | spapr: Move configure-connector state into DRC | David Gibson | 2017-06-06 | 2 | -59/+18 |
| * | spapr: Clean up spapr_dr_connector_by_*() | David Gibson | 2017-06-06 | 4 | -43/+27 |
| * | spapr: Introduce DRC subclasses | David Gibson | 2017-06-06 | 3 | -36/+95 |
| * | spapr/drc: don't migrate DRC of cold-plugged CPUs and LMBs | Greg Kurz | 2017-06-06 | 1 | -7/+3 |
| * | spapr: Allow boot from vhost-*-scsi backends | Felipe Franciosi | 2017-06-06 | 1 | -0/+8 |
| * | ppc/pnv: check the return value of fdt_setprop() | Cédric Le Goater | 2017-06-06 | 1 | -2/+3 |
| * | target/ppc: Fixup set_spr error in h_register_process_table | Suraj Jitindar Singh | 2017-06-06 | 1 | -2/+3 |
| * | spapr: Make DRC get_index and get_type methods into plain functions | David Gibson | 2017-06-06 | 4 | -52/+41 |
| * | spapr: Abolish DRC set_configured method | David Gibson | 2017-06-06 | 1 | -16/+8 |
| * | spapr: Abolish DRC get_fdt method | David Gibson | 2017-06-06 | 1 | -17/+6 |
| * | spapr: Move DRC RTAS calls into spapr_drc.c | David Gibson | 2017-06-06 | 2 | -311/+315 |
* | | spapr: cleanup spapr_fixup_cpu_numa_dt() usage | Igor Mammedov | 2017-06-05 | 1 | -12/+10 |
* | | numa: move numa_node from CPUState into target specific classes | Igor Mammedov | 2017-06-05 | 2 | -2/+4 |
* | | numa: consolidate cpu_preplug fixups/checks for pc/arm/spapr | Igor Mammedov | 2017-06-05 | 1 | -16/+1 |
|/ |
|
* | Remove/replace sysemu/char.h inclusion | Marc-André Lureau | 2017-06-02 | 2 | -2/+0 |