summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | .mailmap: Fix more contributor entriesPhilippe Mathieu-Daudé2020-10-091-0/+2
| * | contrib/gitdm: Add Yandex to the domain mapPhilippe Mathieu-Daudé2020-10-091-0/+1
| * | contrib/gitdm: Add Yadro to the domain mapPhilippe Mathieu-Daudé2020-10-091-0/+1
| * | contrib/gitdm: Add SUSE to the domain mapPhilippe Mathieu-Daudé2020-10-091-0/+1
| * | contrib/gitdm: Add Nir Soffer to Red Hat domainPhilippe Mathieu-Daudé2020-10-091-0/+1
| * | contrib/gitdm: Add Qualcomm to the domain mapPhilippe Mathieu-Daudé2020-10-091-0/+1
| * | contrib/gitdm: Add Nuvia to the domain mapPhilippe Mathieu-Daudé2020-10-091-0/+1
| * | contrib/gitdm: Add Google to the domain mapPhilippe Mathieu-Daudé2020-10-091-1/+2
| * | contrib/gitdm: Add ByteDance to the domain mapPhilippe Mathieu-Daudé2020-10-091-0/+1
| * | contrib/gitdm: Add Baidu to the domain mapPhilippe Mathieu-Daudé2020-10-091-0/+1
| * | contrib/gitdm: Add more individual contributorsPhilippe Mathieu-Daudé2020-10-091-0/+7
| * | contrib/gitdm: Add more academic domainsPhilippe Mathieu-Daudé2020-10-091-0/+4
| * | tests/docker: Add genisoimage to the docker fileThomas Huth2020-10-094-0/+4
| * | cirrus: msys2/mingw speed is up, add excluded target backYonggang Luo2020-10-091-2/+1Star
| * | cirrus: Fixing and speedup the msys2/mingw CIYonggang Luo2020-10-091-45/+67
| * | hw/ide: restore replay support of IDEAlex Bennée2020-10-091-2/+2
| * | hw/misc/mips_cpc: Start vCPU when powered onPhilippe Mathieu-Daudé2020-10-091-0/+1
| * | configure: fix performance regression due to PIC objectsPaolo Bonzini2020-10-091-0/+1
| |/
* | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-10-08-v3' into...Peter Maydell2020-10-093-148/+155
|\ \ | |/ |/|
| * nbd: Simplify meta-context parsingEric Blake2020-10-091-121/+68Star
| * nbd/server: Reject embedded NUL in NBD stringsEric Blake2020-10-091-10/+20
| * qemu-nbd: Honor SIGINT and SIGHUPEric Blake2020-10-091-7/+8
| * block/nbd: nbd_co_reconnect_loop(): don't connect if drainedVladimir Sementsov-Ogievskiy2020-10-091-0/+3
| * block/nbd: fix reconnect-delayVladimir Sementsov-Ogievskiy2020-10-091-9/+50
| * block/nbd: correctly use qio_channel_detach_aio_context when neededVladimir Sementsov-Ogievskiy2020-10-091-2/+2
| * block/nbd: fix drain dead-lock because of nbd reconnect-delayVladimir Sementsov-Ogievskiy2020-10-091-0/+5
| * nbd: silence maybe-uninitialized warningsChristian Borntraeger2020-10-091-1/+1
|/
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20201009' into...Peter Maydell2020-10-0917-128/+514
|\
| * specs/ppc-spapr-numa: update with new NUMA supportDaniel Henrique Barboza2020-10-091-8/+227
| * spapr_numa: consider user input when defining associativityDaniel Henrique Barboza2020-10-091-1/+109
| * spapr_numa: change reference-points and maxdomain settingsDaniel Henrique Barboza2020-10-091-8/+35
| * spapr_numa: forbid asymmetrical NUMA setupsDaniel Henrique Barboza2020-10-091-0/+34
| * spapr: add spapr_machine_using_legacy_numa() helperDaniel Henrique Barboza2020-10-092-0/+14
| * ppc/pnv: Increase max firmware sizeCédric Le Goater2020-10-091-1/+1
| * spapr: Add a return value to spapr_check_pagesize()Greg Kurz2020-10-093-6/+7
| * spapr: Add a return value to spapr_nvdimm_validate()Greg Kurz2020-10-093-10/+10
| * spapr: Simplify error handling in spapr_cpu_core_realize()Greg Kurz2020-10-091-9/+7Star
| * spapr: Add a return value to spapr_set_vcpu_id()Greg Kurz2020-10-093-7/+5Star
| * spapr: Simplify error handling in prop_get_fdt()Greg Kurz2020-10-091-7/+5Star
| * spapr: Add a return value to spapr_drc_attach()Greg Kurz2020-10-095-23/+9Star
| * spapr: Simplify error handling in spapr_vio_busdev_realize()Greg Kurz2020-10-091-7/+5Star
| * spapr: Simplify error handling in do_client_architecture_support()Greg Kurz2020-10-091-4/+3Star
| * spapr: Get rid of cas_check_pvr() error reportingGreg Kurz2020-10-091-15/+12Star
| * spapr: Simplify error handling in callers of ppc_set_compat()Greg Kurz2020-10-091-4/+3Star
| * ppc: Fix return value in cpu_post_load() error pathGreg Kurz2020-10-091-4/+5
| * ppc: Add a return value to ppc_set_compat() and ppc_set_compat_all()Greg Kurz2020-10-092-13/+17
| * spapr: Fix error leak in spapr_realize_vcpu()Greg Kurz2020-10-091-2/+1Star
| * spapr: Handle HPT allocation failure in nested guestFabiano Rosas2020-10-091-0/+6
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-10-09' into...Peter Maydell2020-10-096-36/+12Star
|\ \
| * | error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster2020-10-093-21/+7Star