summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | target/ppc: Convert debug to trace events (exceptions)Cédric Le Goater2021-09-302-28/+18
| * | memory_hotplug.c: send DEVICE_UNPLUG_GUEST_ERROR in acpi_memory_hotplug_write()Daniel Henrique Barboza2021-09-301-0/+9
| * | spapr: use DEVICE_UNPLUG_GUEST_ERROR to report unplug errorsDaniel Henrique Barboza2021-09-302-5/+14
| * | qapi/qdev.json: add DEVICE_UNPLUG_GUEST_ERROR QAPI eventDaniel Henrique Barboza2021-09-304-2/+49
| * | qapi/qdev.json: fix DEVICE_DELETED parameters docDaniel Henrique Barboza2021-09-291-2/+2
| * | spapr_drc.c: do not error_report() when drc->dev->id == NULLDaniel Henrique Barboza2021-09-291-2/+5
| * | spapr.c: handle dev->id in spapr_memory_unplug_rollback()Daniel Henrique Barboza2021-09-291-1/+1
| * | memory_hotplug.c: handle dev->id = NULL in acpi_memory_hotplug_write()Daniel Henrique Barboza2021-09-291-1/+1
| * | target/ppc: fix setting of CR flags in bcdcfsqLuis Pires2021-09-291-13/+48
| * | ppc/pnv: Add an assert when calculating the RAM distribution on chipsCédric Le Goater2021-09-291-0/+2
| * | docs/system: ppc: Update the URL for OpenPOWER firmware imagesCédric Le Goater2021-09-291-2/+1
| * | ppc/pnv: Rename "id" to "quad-id" in PnvQuadCédric Le Goater2021-09-293-5/+5
| * | ppc/xive: Export xive_tctx_word2() helperCédric Le Goater2021-09-292-5/+5
| * | ppc/xive: Export priority_to_ipb() helperCédric Le Goater2021-09-292-15/+17
| * | ppc/pnv: Remove useless variableCédric Le Goater2021-09-291-4/+3
| * | ppc/pnv: Add a comment on the "primary-topology-index" propertyCédric Le Goater2021-09-291-0/+4
| * | ppc/spapr: Add a POWER10 DD2 CPUCédric Le Goater2021-09-291-0/+1
| * | i386/kvm: Replace abs64() with uabs64() from host-utilsLuis Pires2021-09-291-6/+1
| * | host-utils: introduce uabs64()Luis Pires2021-09-291-0/+8
| * | host-utils: fix missing zero-extension in divs128Luis Pires2021-09-291-1/+1
| * | host-utils: Fix overflow detection in divu128()Luis Pires2021-09-291-1/+1
* | | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-09-27-v2' into...Peter Maydell2021-09-3045-591/+580
|\ \ \ | |_|/ |/| |
| * | block/nbd: check that received handle is validVladimir Sementsov-Ogievskiy2021-09-291-8/+3
| * | block/nbd: drop connection_coVladimir Sementsov-Ogievskiy2021-09-292-277/+100
| * | block/nbd: refactor nbd_recv_coroutines_wake_all()Vladimir Sementsov-Ogievskiy2021-09-291-9/+17
| * | block/nbd: move nbd_recv_coroutines_wake_all() upVladimir Sementsov-Ogievskiy2021-09-291-14/+14
| * | block/nbd: nbd_channel_error() shutdown channel unconditionallyVladimir Sementsov-Ogievskiy2021-09-291-3/+4
| * | nbd/client-connection: nbd_co_establish_connection(): fix non set errpVladimir Sementsov-Ogievskiy2021-09-291-0/+1
| * | nbd/server: Allow LIST_META_CONTEXT without STRUCTURED_REPLYEric Blake2021-09-291-1/+1
| * | block/io: allow 64bit discard requestsVladimir Sementsov-Ogievskiy2021-09-291-1/+1
| * | block: use int64_t instead of int in driver discard handlersVladimir Sementsov-Ogievskiy2021-09-2920-31/+55
| * | block: make BlockLimits::max_pdiscard 64bitVladimir Sementsov-Ogievskiy2021-09-292-6/+8
| * | block/io: allow 64bit write-zeroes requestsVladimir Sementsov-Ogievskiy2021-09-291-2/+7
| * | block: use int64_t instead of int in driver write_zeroes handlersVladimir Sementsov-Ogievskiy2021-09-2922-41/+78
| * | block: make BlockLimits::max_pwrite_zeroes 64bitVladimir Sementsov-Ogievskiy2021-09-292-5/+6
| * | block: use int64_t instead of uint64_t in copy_range driver handlersVladimir Sementsov-Ogievskiy2021-09-295-31/+31
| * | block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy2021-09-2930-84/+94
| * | block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy2021-09-2935-90/+120
| * | qcow2: check request on vmstate save/load pathVladimir Sementsov-Ogievskiy2021-09-293-9/+43
| * | block/io: bring request check to bdrv_co_(read,write)v_vmstateVladimir Sementsov-Ogievskiy2021-09-291-2/+16
| * | qemu-nbd: Change default cache mode to writebackNir Soffer2021-09-292-4/+8
| |/
* | Merge remote-tracking branch 'remotes/vivier/tags/q800-for-6.2-pull-request' ...Peter Maydell2021-09-2911-229/+278
|\ \ | |/ |/|
| * q800: configure nubus available slots for Quadra 800Mark Cave-Ayland2021-09-291-0/+9
| * q800: wire up nubus IRQsMark Cave-Ayland2021-09-291-0/+6
| * nubus: add support for slot IRQsMark Cave-Ayland2021-09-293-0/+16
| * nubus-bridge: make slot_available_mask a qdev propertyMark Cave-Ayland2021-09-291-0/+7
| * nubus-bridge: embed the NubusBus object directly within nubus-bridgeMark Cave-Ayland2021-09-294-7/+9
| * nubus: move NubusBus from mac-nubus-bridge to nubus-bridgeMark Cave-Ayland2021-09-295-8/+17
| * mac-nubus-bridge: rename MacNubusState to MacNubusBridgeMark Cave-Ayland2021-09-292-5/+7
| * nubus-bridge: introduce separate NubusBridge structureMark Cave-Ayland2021-09-293-3/+9