[PATCH 3/7] tests/acceptance: Move exec_command_and_wait_for_pattern to ConsoleMixIn

2021-05-03 Thread Wainer dos Santos Moschetta
It was the time of exec_command_and_wait_for_pattern() to find a new home at ConsoleMixIn. This time various tests needed to be adapted. Signed-off-by: Wainer dos Santos Moschetta --- tests/acceptance/avocado_qemu/__init__.py | 29 +++--- tests/acceptance/boot_linux_console.py | 107

[PATCH 7/7] tests/acceptance: Move _console_interaction to ConsoleMixIn

2021-05-03 Thread Wainer dos Santos Moschetta
This moved the last remaining _console_interaction() to ConsoleMixIn. None tests call it directly, so only the other methods in ConsoleMixIn needed to be adapted. Signed-off-by: Wainer dos Santos Moschetta --- tests/acceptance/avocado_qemu/__init__.py | 57 +++ 1 file change

[PATCH 6/7] tests/acceptance: Move wait_for_console_pattern to ConsoleMixIn

2021-05-03 Thread Wainer dos Santos Moschetta
This moved wait_for_console_pattern() to ConsoleMixIn. By far this change required the most adaptations on tests. Notice that: 1) Some tests from boot_linux_console.py were using the wait_for_console_pattern() from the avocado_qemu package rather than the overloaded method on the Linux

Re: [qemu-web PATCH] Update website to point to the new bug tracker at GitLab instead of Launchpad

2021-05-03 Thread John Snow
On 5/3/21 6:30 AM, Thomas Huth wrote: We've started migrating the bug tickets from Launchpad to GitLab, so it does not make too much sense anymore that users open new tickets in the old system. Let's direct them now to the GitLab tracker instead. Signed-off-by: Thomas Huth Reviewed-by: John S

Re: [PATCH v2] Document qemu-img options data_file and data_file_raw

2021-05-03 Thread Connor Kuehl
On 4/30/21 9:45 AM, Max Reitz wrote: >> + ``data_file_raw`` >> +If this option is set to ``on``, QEMU will always keep the external >> +data file consistent as a standalone read-only raw image. It does >> +this by forwarding updates through to the raw image in addition to >> +updat

Re: [PATCH 2/3] hw/ppc/spapr_vio: Reset TCE table object with device_cold_reset()

2021-05-03 Thread David Gibson
On Mon, May 03, 2021 at 04:18:48PM +0100, Peter Maydell wrote: > The spapr_vio_quiesce_one() function resets the TCE table object > (TYPE_SPAPR_TCE_TABLE) via device_legacy_reset(). We know that > objects of that type do not have a qbus of their own, so the new > device_cold_reset() function (whic

Re: [PATCH] target/ppc/spapr: Update H_GET_CPU_CHARACTERISTICS bits

2021-05-03 Thread David Gibson
On Mon, May 03, 2021 at 10:58:33PM +1000, Nicholas Piggin wrote: > There are several new bits added to the hcall which reflect new issues > found and new hardware mitigations. > > This adds the link stack flush behaviour, link stack flush accelerated > instruction capability, and several L1D flush

Re: [PATCH 3/3] hw/ppc/pnv_psi: Use device_cold_reset() instead of device_legacy_reset()

2021-05-03 Thread David Gibson
On Mon, May 03, 2021 at 04:18:49PM +0100, Peter Maydell wrote: > The pnv_psi.c code uses device_legacy_reset() for two purposes: > * to reset itself from its qemu_register_reset() handler > * to reset a XiveSource object it has > > Neither it nor the XiveSource have any qbuses, so the new > devi

Re: [PATCH v3 2/7] target/ppc: Isolated SPR read/write callbacks

2021-05-03 Thread David Gibson
On Mon, May 03, 2021 at 05:15:38PM -0300, Bruno Piazera Larsen wrote: > > On 03/05/2021 01:54, David Gibson wrote: > > On Fri, Apr 30, 2021 at 04:35:28PM -0300, Bruno Larsen (billionai) wrote: > > > Moved all SPR read/write callback, and some related functions, to a > > > new file specific for it.

Re: [PATCH 1/3] hw/intc/spapr_xive: Use device_cold_reset() instead of device_legacy_reset()

2021-05-03 Thread David Gibson
On Mon, May 03, 2021 at 04:18:47PM +0100, Peter Maydell wrote: > The h_int_reset() function resets the XIVE interrupt controller via > device_legacy_reset(). We know that the interrupt controller does > not have a qbus of its own, so the new device_cold_reset() function > (which resets both the de

Re: [RESEND PATCH 05/32] vl: Add "sgx-epc" option to expose SGX EPC sections to guest

2021-05-03 Thread Sean Christopherson
On Mon, May 03, 2021, Paolo Bonzini wrote: > On 30/04/21 08:24, Yang Zhong wrote: > > +void pc_machine_init_sgx_epc(PCMachineState *pcms) > > +{ > > +SGXEPCState *sgx_epc; > > +X86MachineState *x86ms = X86_MACHINE(pcms); > > + > > +sgx_epc = g_malloc0(sizeof(*sgx_epc)); > > +pcms->s

Re: [PATCH 10/22] qapi/parser: Fix typing of token membership tests

2021-05-03 Thread John Snow
On 4/27/21 3:00 AM, Markus Armbruster wrote: John Snow writes: On 4/25/21 3:59 AM, Markus Armbruster wrote: John Snow writes: When the token can be None, we can't use 'x in "abc"' style membership tests to group types of tokens together, because 'None in "abc"' is a TypeError. Easy enough

Re: [PATCH v4 1/3] spapr: nvdimm: Forward declare and move the definitions

2021-05-03 Thread David Gibson
On Mon, May 03, 2021 at 01:23:47PM -0500, Eric Blake wrote: > On 4/28/21 10:48 PM, Shivaprasad G Bhat wrote: > > The subsequent patches add definitions which tend to > > get the compilation to cyclic dependency. So, prepare > > with forward declarations, move the defitions and clean up. > > defini

Re: [PATCH v1 1/1] docs/system: Move the RISC-V -bios information to removed

2021-05-03 Thread Bin Meng
On Tue, May 4, 2021 at 6:34 AM Alistair Francis wrote: > > QEMU 5.1 changed the behaviour of the default boot for the RISC-V virt > and sifive_u machines. This patch moves that change from the > deprecated.rst file to the removed-features.rst file and the > target-riscv.rst. > > Signed-off-by: Ali

Re: [PATCH v4 0/3] nvdimm: Enable sync-dax property for nvdimm

2021-05-03 Thread Aneesh Kumar K.V
On 5/4/21 1:11 AM, Dan Williams wrote: On Mon, May 3, 2021 at 7:06 AM Shivaprasad G Bhat wrote: . The proposal that "sync-dax=unsafe" for non-PPC architectures, is a fundamental misrepresentation of how this is supposed to work. Rather than make "sync-dax" a first class citizen of th

Re: [PATCH 2/3] tests/qtest/rtc-test: Remove pointless NULL check

2021-05-03 Thread Thomas Huth
On 03/05/2021 18.55, Peter Maydell wrote: In rtc-test.c we know that s is non-NULL because qtest_start() will return a non-NULL value, and we assume this when we pass s to qtest_irq_intercept_in(). So we can drop the initial assignment of NULL and the "if (s)" condition at the end of the function

Re: [PATCH v4 0/3] nvdimm: Enable sync-dax property for nvdimm

2021-05-03 Thread Pankaj Gupta
> > The proposal that "sync-dax=unsafe" for non-PPC architectures, is a > > fundamental misrepresentation of how this is supposed to work. Rather > > than make "sync-dax" a first class citizen of the device-description > > interface I'm proposing that you make this a separate device-type. > > This

[PULL 01/46] hw/ppc/mac_newworld: Restrict RAM to 2 GiB

2021-05-03 Thread David Gibson
From: Philippe Mathieu-Daudé On Mac99 and newer machines, the Uninorth PCI host bridge maps the PCI hole region at 2GiB, so the RAM area beside 2GiB is not accessible by the CPU. Restrict the memory to 2GiB to avoid problems such the one reported in the buglink. Buglink: https://bugs.launchpad.n

[PULL 03/46] target/ppc: Move 601 hflags adjustment to hreg_compute_hflags

2021-05-03 Thread David Gibson
From: Richard Henderson Keep all hflags computation in one place, as this will be especially important later. Introduce a new POWERPC_FLAG_HID0_LE bit to indicate when LE should be taken from HID0. This appears to be set if and only if POWERPC_FLAG_RTC_CLK is set, but we're not short of bits an

[PULL 04/46] target/ppc: Properly sync cpu state with new msr in cpu_load_old

2021-05-03 Thread David Gibson
From: Richard Henderson Match cpu_post_load in using ppc_store_msr to set all of the cpu state implied by the value of msr. Do not restore hflags or hflags_nmsr, as we recompute them in ppc_store_msr. Signed-off-by: Richard Henderson Message-Id: <20210315184615.1985590-4-richard.hender...@lina

[PULL 07/46] target/ppc: Fix comment for MSR_FE{0,1}

2021-05-03 Thread David Gibson
From: Richard Henderson As per hreg_compute_hflags: We 'forget' FE0 & FE1: we'll never generate imprecise exceptions remove the hflags marker from the respective comments. Signed-off-by: Richard Henderson Message-Id: <20210315184615.1985590-7-richard.hender...@linaro.org> Reviewed-by: Cédri

[PULL 00/46] ppc-for-6.1 queue 20210504

2021-05-03 Thread David Gibson
The following changes since commit 15106f7dc3290ff3254611f265849a314a93eb0e: Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-hex-20210502' into staging (2021-05-02 16:23:05 +0100) are available in the Git repository at: https://gitlab.com/dgibson/qemu.git tags/ppc-for-6.1-2021050

[PULL 08/46] hw/ppc/pnv_core: Update hflags after setting msr

2021-05-03 Thread David Gibson
From: Richard Henderson Signed-off-by: Richard Henderson Message-Id: <20210315184615.1985590-15-richard.hender...@linaro.org> Signed-off-by: David Gibson --- hw/ppc/pnv_core.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/ppc/pnv_core.c b/hw/ppc/pnv_core.c index bd2b

[PULL 06/46] target/ppc: Retain hflags_nmsr only for migration

2021-05-03 Thread David Gibson
From: Richard Henderson We have eliminated all normal uses of hflags_nmsr. We need not even compute it except when we want to migrate. Rename the field to emphasize this. Remove the fixme comment for migrating access_type. This value is only ever used with the current executing instruction, a

[PULL 15/46] target/ppc: Put LPCR[GTSE] in hflags

2021-05-03 Thread David Gibson
From: Richard Henderson Because this bit was not in hflags, the privilege check for tlb instructions was essentially random. Recompute hflags when storing to LPCR. Reviewed-by: David Gibson Signed-off-by: Richard Henderson Message-Id: <20210323184340.619757-7-richard.hender...@linaro.org> Sign

[PULL 02/46] target/ppc: Move helper_regs.h functions out-of-line

2021-05-03 Thread David Gibson
From: Richard Henderson Move the functions to a new file, helper_regs.c. Note int_helper.c was relying on helper_regs.h to indirectly include qemu/log.h. Signed-off-by: Richard Henderson Message-Id: <20210315184615.1985590-2-richard.hender...@linaro.org> Reviewed-by: Cédric Le Goater Signed-o

[PULL 10/46] target/ppc: Extract post_load_update_msr

2021-05-03 Thread David Gibson
From: Richard Henderson Extract post_load_update_msr to share between cpu_load_old and cpu_post_load in updating the msr. Suggested-by: Cédric Le Goater Signed-off-by: Richard Henderson Message-Id: <20210323184340.619757-2-richard.hender...@linaro.org> Signed-off-by: David Gibson --- target/

[PULL 14/46] target/ppc: Create helper_scv

2021-05-03 Thread David Gibson
From: Richard Henderson Perform the test against FSCR_SCV at runtime, in the helper. This means we can remove the incorrect set against SCV in ppc_tr_init_disas_context and do not need to add an HFLAGS bit. Signed-off-by: Richard Henderson Message-Id: <20210323184340.619757-6-richard.hender...

[PULL 13/46] target/ppc: Put dbcr0 single-step bits into hflags

2021-05-03 Thread David Gibson
From: Richard Henderson Because these bits were not in hflags, the code generated for single-stepping on BookE was essentially random. Recompute hflags when storing to dbcr0. Reviewed-by: David Gibson Signed-off-by: Richard Henderson Message-Id: <20210323184340.619757-5-richard.hender...@linar

[PULL 05/46] target/ppc: Do not call hreg_compute_mem_idx after ppc_store_msr

2021-05-03 Thread David Gibson
From: Richard Henderson In ppc_store_msr we call hreg_compute_hflags, which itself calls hreg_compute_mem_idx. Rely on ppc_store_msr to update everything required by the msr update. Signed-off-by: Richard Henderson Message-Id: <20210315184615.1985590-5-richard.hender...@linaro.org> Reviewed-by

[PULL 11/46] target/ppc: Disconnect hflags from MSR

2021-05-03 Thread David Gibson
From: Richard Henderson Copying flags directly from msr has drawbacks: (1) msr bits mean different things per cpu, (2) msr has 64 bits on 64 cpus while tb->flags has only 32 bits. Create a enum to define these bits. Document the origin of each bit and validate those bits that must match MSR. T

[PULL 12/46] target/ppc: Reduce env->hflags to uint32_t

2021-05-03 Thread David Gibson
From: Richard Henderson It will be stored in tb->flags, which is also uint32_t, so let's use the correct size. Reviewed-by: Cédric Le Goater Reviewed-by: David Gibson Signed-off-by: Richard Henderson Message-Id: <20210323184340.619757-4-richard.hender...@linaro.org> Signed-off-by: David Gibso

[PULL 19/46] target/ppc: Validate hflags with CONFIG_DEBUG_TCG

2021-05-03 Thread David Gibson
From: Richard Henderson Verify that hflags was updated correctly whenever we change cpu state that is used by hflags. Signed-off-by: Richard Henderson Message-Id: <20210323184340.619757-11-richard.hender...@linaro.org> Signed-off-by: David Gibson --- target/ppc/cpu.h | 5 + targe

[PULL 09/46] hw/ppc/spapr_rtas: Update hflags after setting msr

2021-05-03 Thread David Gibson
From: Richard Henderson Signed-off-by: Richard Henderson Message-Id: <20210315184615.1985590-16-richard.hender...@linaro.org> Signed-off-by: David Gibson --- hw/ppc/spapr_rtas.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/ppc/spapr_rtas.c b/hw/ppc/spapr_rtas.c index 8a79f9c628..6e

[PULL 18/46] linux-user/ppc: Fix msr updates for signal handling

2021-05-03 Thread David Gibson
From: Richard Henderson In save_user_regs, there are two bugs where we OR in a bit number instead of the bit, clobbering the low bits of MSR. However: The MSR_VR and MSR_SPE bits control the availability of the insns. If the bits were not already set in MSR, then any attempt to access those reg

[PULL 17/46] target/ppc: Remove env->immu_idx and env->dmmu_idx

2021-05-03 Thread David Gibson
From: Richard Henderson We weren't recording MSR_GS in hflags, which means that BookE memory accesses were essentially random vs Guest State. Instead of adding this bit directly, record the completed mmu indexes instead. This makes it obvious that we are recording exactly the information that w

[PULL 25/46] hw/ppc: Add emulation of Genesi/bPlan Pegasos II

2021-05-03 Thread David Gibson
From: BALATON Zoltan Add new machine called pegasos2 emulating the Genesi/bPlan Pegasos II, a PowerPC board based on the Marvell MV64361 system controller and the VIA VT8231 integrated south bridge/superio chips. It can run Linux, AmigaOS and a wide range of MorphOS versions. Currently a firmware

[PULL 16/46] target/ppc: Remove MSR_SA and MSR_AP from hflags

2021-05-03 Thread David Gibson
From: Richard Henderson Nothing within the translator -- or anywhere else for that matter -- checks MSR_SA or MSR_AP on the 602. This may be a mistake. However, for the moment, we need not record these bits in hflags. This allows us to simplify HFLAGS_VSX computation by moving it to overlap wi

[PULL 20/46] vt82c686: QOM-ify superio related functionality

2021-05-03 Thread David Gibson
From: BALATON Zoltan Collect superio functionality and its controlling config registers handling in an abstract VIA_SUPERIO class that is a subclass of ISA_SUPERIO and put vt82c686b specific parts in a subclass of this abstract class. Signed-off-by: BALATON Zoltan Reviewed-by: Mark Cave-Ayland

[PULL 23/46] vt82c686: Add emulation of VT8231 south bridge

2021-05-03 Thread David Gibson
From: BALATON Zoltan Add emulation of VT8231 south bridge ISA part based on the similar VT82C686B but implemented in a separate subclass that holds the differences while reusing parts that can be shared. Signed-off-by: BALATON Zoltan Reviewed-by: Philippe Mathieu-Daudé Message-Id: <10abc9f898

[PULL 24/46] hw/pci-host: Add emulation of Marvell MV64361 PPC system controller

2021-05-03 Thread David Gibson
From: BALATON Zoltan The Marvell Discovery II aka. MV64361 is a PowerPC system controller chip that is used on the pegasos2 PPC board. This adds emulation of it that models the device enough to boot guests on this board. The mv643xx.h header with register definitions is taken from Linux 4.15.10 o

[PULL 33/46] ppc: Rename current DAWR macros and variables

2021-05-03 Thread David Gibson
From: Ravi Bangoria Power10 is introducing second DAWR. Use real register names (with suffix 0) from ISA for current macros and variables used by Qemu. One exception to this is KVM_REG_PPC_DAWR[X]. This is from kernel uapi header and thus not changed in kernel as well as Qemu. Signed-off-by: Ra

[PULL 21/46] vt82c686: Add VT8231_SUPERIO based on VIA_SUPERIO

2021-05-03 Thread David Gibson
From: BALATON Zoltan The VT8231 south bridge is very similar to VT82C686B but there are some differences in register addresses and functionality, e.g. the VT8231 only has one serial port. This commit adds VT8231_SUPERIO subclass based on the abstract VIA_SUPERIO class to emulate the superio part

[PULL 22/46] vt82c686: Introduce abstract TYPE_VIA_ISA and base vt82c686b_isa on it

2021-05-03 Thread David Gibson
From: BALATON Zoltan To allow reusing ISA bridge emulation for vt8231_isa move the device state of vt82c686b_isa emulation in an abstract via_isa class. This change breaks migration back compatibility but this is not an issue for Fuloong2E machine which is not versioned or migration supported. S

[Bug 1462640] Re: shmat fails on 32-to-64 setup

2021-05-03 Thread Thomas Huth
This is an automated cleanup. This bug report has been moved to QEMU's new bug tracker on gitlab.com and thus gets marked as 'expired' now. Please continue with the discussion here: https://gitlab.com/qemu-project/qemu/-/issues/115 ** Changed in: qemu Status: Confirmed => Expired ** Bug

[PULL 28/46] roms/Makefile: Update ppce500 u-boot build directory name

2021-05-03 Thread David Gibson
From: Bin Meng Currently building ppce500 u-boot image results in modified: roms/u-boot (untracked content) As roms/u-boot/.gitignore indicates, update the build directory name to build-e500 to eliminate this message. Signed-off-by: Bin Meng Signed-off-by: David Gibson --- roms/Makefile

[PULL 26/46] spapr: Rename RTAS_MAX_ADDR to FDT_MAX_ADDR

2021-05-03 Thread David Gibson
From: Alexey Kardashevskiy SLOF instantiates RTAS since 744a928ccee9 ("spapr: Stop providing RTAS blob") so the max address applies to the FDT only. This renames the macro and fixes up the comment. This should not cause any behavioral change. Signed-off-by: Alexey Kardashevskiy Message-Id: <2

[PULL 42/46] target/ppc: Reduce the size of ppc_spr_t

2021-05-03 Thread David Gibson
From: Richard Henderson We elide values when registering sprs, we might as well save space in the array as well. Signed-off-by: Richard Henderson Message-Id: <20210501022923.1179736-3-richard.hender...@linaro.org> Signed-off-by: David Gibson --- target/ppc/cpu.h | 12 1 file chan

[PULL 27/46] ppc/spapr: Add support for implement support for H_SCM_HEALTH

2021-05-03 Thread David Gibson
From: Vaibhav Jain Add support for H_SCM_HEALTH hcall described at [1] for spapr nvdimms. This enables guest to detect the 'unarmed' status of a specific spapr nvdimm identified by its DRC and if its unarmed, mark the region backed by the nvdimm as read-only. The patch adds h_scm_health() to han

[PULL 35/46] spapr.h: increase FDT_MAX_SIZE

2021-05-03 Thread David Gibson
From: Daniel Henrique Barboza Certain SMP topologies stress, e.g. 1 thread/core, 2048 cores and 1 socket, stress the current maximum size of the pSeries FDT: Calling ibm,client-architecture-support...qemu-system-ppc64: error creating device tree: (fdt_setprop(fdt, offset, "ibm,processor-segment-

[PULL 31/46] target/ppc: Fix POWER9 radix guest HV interrupt AIL behaviour

2021-05-03 Thread David Gibson
From: Nicholas Piggin ISA v3.0 radix guest execution has a quirk in AIL behaviour such that the LPCR[AIL] value can apply to hypervisor interrupts. This affects machines that emulate HV=1 mode (i.e., powernv9). Signed-off-by: Nicholas Piggin Message-Id: <20210415054227.1793812-2-npig...@gmail.

[PULL 32/46] target/ppc: POWER10 supports scv

2021-05-03 Thread David Gibson
From: Nicholas Piggin This must have slipped through the cracks between adding POWER10 support and scv support. Signed-off-by: Nicholas Piggin Message-Id: <20210415054227.1793812-3-npig...@gmail.com> Reviewed-by: Cédric Le Goater Signed-off-by: David Gibson --- target/ppc/translate_init.c.in

[PULL 37/46] target/ppc: code motion from translate_init.c.inc to gdbstub.c

2021-05-03 Thread David Gibson
From: "Bruno Larsen (billionai)" All the code related to gdb has been moved from translate_init.c.inc file to the gdbstub.c file, where it makes more sense. Version 4 fixes the omission of internal.h in gdbstub, mentioned in <87sg3d2gf5@linux.ibm.com>, and the extra blank line. Signed-off-b

[PULL 34/46] spapr.c: do not use MachineClass::max_cpus to limit CPUs

2021-05-03 Thread David Gibson
From: Daniel Henrique Barboza Up to this patch, 'max_cpus' value is hardcoded to 1024 (commit 6244bb7e5811). In theory this patch would simply bump it to 2048, since it's the default NR_CPUS kernel setting for ppc64 servers nowadays, but the whole mechanic of MachineClass:max_cpus is flawed for t

[PULL 36/46] spapr_drc.c: handle hotunplug errors in drc_unisolate_logical()

2021-05-03 Thread David Gibson
From: Daniel Henrique Barboza At this moment, PAPR does not provide a way to report errors during a device removal operation. This led the pSeries machine to implement extra mechanisms to try to fallback and recover from an error that might have happened during the hotunplug in the guest side. Th

[PULL 38/46] target/ppc: move opcode table logic to translate.c

2021-05-03 Thread David Gibson
From: "Bruno Larsen (billionai)" code motion to remove opcode callback table from translate_init.c.inc to translate.c in preparation to remove the #include from translate.c. Also created destroy_ppc_opcodes and removed that logic from ppc_cpu_unrealize Signed-off-by: Bruno Larsen (billionai) M

[PULL 30/46] docs/system: ppc: Add documentation for ppce500 machine

2021-05-03 Thread David Gibson
From: Bin Meng This adds detailed documentation for PowerPC `ppce500` machine, including the following information: - Supported devices - Hardware configuration information - Boot options - Running Linux kernel - Running U-Boot Signed-off-by: Bin Meng Signed-off-by: David Gibson --- docs/sys

[PULL 39/46] target/ppc: rework AIL logic in interrupt delivery

2021-05-03 Thread David Gibson
From: Nicholas Piggin The AIL logic is becoming unmanageable spread all over powerpc_excp(), and it is slated to get even worse with POWER10 support. Move it all to a new helper function. Reviewed-by: Cédric Le Goater Tested-by: Cédric Le Goater Signed-off-by: Nicholas Piggin Message-Id: <20

[Bug 1453613] Re: the help message of the set_password subcommand of the qemu monitor isn't usable

2021-05-03 Thread Thomas Huth
This is an automated cleanup. This bug report has been moved to QEMU's new bug tracker on gitlab.com and thus gets marked as 'expired' now. Please continue with the discussion here: https://gitlab.com/qemu-project/qemu/-/issues/114 ** Changed in: qemu Status: New => Expired ** Bug watch

[Bug 1424237] Re: missing manpage for bridge.conf

2021-05-03 Thread Thomas Huth
This is an automated cleanup. This bug report has been moved to QEMU's new bug tracker on gitlab.com and thus gets marked as 'expired' now. Please continue with the discussion here: https://gitlab.com/qemu-project/qemu/-/issues/113 ** Changed in: qemu Status: New => Expired ** Bug watch

[PULL 45/46] hw/ppc/spapr_vio: Reset TCE table object with device_cold_reset()

2021-05-03 Thread David Gibson
From: Peter Maydell The spapr_vio_quiesce_one() function resets the TCE table object (TYPE_SPAPR_TCE_TABLE) via device_legacy_reset(). We know that objects of that type do not have a qbus of their own, so the new device_cold_reset() function (which resets both the device and its child buses) is

[PULL 40/46] target/ppc: Add POWER10 exception model

2021-05-03 Thread David Gibson
From: Nicholas Piggin POWER10 adds a new bit that modifies interrupt behaviour, LPCR[HAIL], and it removes support for the LPCR[AIL]=0b10 mode. Reviewed-by: Cédric Le Goater Tested-by: Cédric Le Goater Signed-off-by: Nicholas Piggin Message-Id: <20210501072436.145444-3-npig...@gmail.com> [dwg

[PULL 46/46] hw/ppc/pnv_psi: Use device_cold_reset() instead of device_legacy_reset()

2021-05-03 Thread David Gibson
From: Peter Maydell The pnv_psi.c code uses device_legacy_reset() for two purposes: * to reset itself from its qemu_register_reset() handler * to reset a XiveSource object it has Neither it nor the XiveSource have any qbuses, so the new device_cold_reset() function (which resets both the devic

[PULL 43/46] target/ppc: removed VSCR from SPR registration

2021-05-03 Thread David Gibson
From: "Bruno Larsen (billionai)" Since vscr is not an spr, its initialization was removed from the spr registration functions, and moved to the relevant init_procs. We may look into adding vscr to the reset path instead of the init path (as suggested by David Gibson), but this looked like a good

[PULL 44/46] hw/intc/spapr_xive: Use device_cold_reset() instead of device_legacy_reset()

2021-05-03 Thread David Gibson
From: Peter Maydell The h_int_reset() function resets the XIVE interrupt controller via device_legacy_reset(). We know that the interrupt controller does not have a qbus of its own, so the new device_cold_reset() function (which resets both the device and its child buses) is equivalent here to d

[PULL 41/46] target/ppc: Clean up _spr_register et al

2021-05-03 Thread David Gibson
From: Richard Henderson Introduce 3 helper macros to elide arguments that we cannot supply. This reduces the repetition required to get the job done. Signed-off-by: Richard Henderson Message-Id: <20210501022923.1179736-2-richard.hender...@linaro.org> Signed-off-by: David Gibson --- target/ppc

[Bug 1471904] Re: qemu fails under NeXTStep 3.3 when accessing ROM in SCSI-Adapter am53c974

2021-05-03 Thread Thomas Huth
This is an automated cleanup. This bug report has been moved to QEMU's new bug tracker on gitlab.com and thus gets marked as 'expired' now. Please continue with the discussion here: https://gitlab.com/qemu-project/qemu/-/issues/116 ** Changed in: qemu Status: Triaged => Expired ** Bug w

Re: [PATCHv2 1/1] Support monitor chardev hotswap with QMP

2021-05-03 Thread Pankaj Gupta
+CC Danpb > >>> Marc-André, I'd like your opinion for this one, in particular the use of > >>> g_source_remove(). > >>> > >> > >> My opinion isn't really worth much, my review would have a bit more value. > >> > >> GSource has indeed some peculiar lifetime management, that I got wrong in > >> the

[Bug 1423528] Re: setting unsupported timeout for i6300esb watchdog causes hw reset

2021-05-03 Thread Thomas Huth
This is an automated cleanup. This bug report has been moved to QEMU's new bug tracker on gitlab.com and thus gets marked as 'expired' now. Please continue with the discussion here: https://gitlab.com/qemu-project/qemu/-/issues/112 ** Changed in: qemu Status: Confirmed => Expired ** Bug

Re: [PATCH 1/6] block: fix leak of tran in bdrv_root_attach_child

2021-05-03 Thread Vladimir Sementsov-Ogievskiy
03.05.2021 18:51, Alberto Garcia wrote: On Mon 03 May 2021 01:33:57 PM CEST, Vladimir Sementsov-Ogievskiy wrote: @@ -2918,12 +2918,18 @@ BdrvChild *bdrv_root_attach_child(BlockDriverState *child_bs, child_role, perm, shared_perm, opaque,

Re: [PATCH 2/2] block: Fix Transaction leak in bdrv_reopen_multiple()

2021-05-03 Thread Vladimir Sementsov-Ogievskiy
03.05.2021 14:05, Kevin Wolf wrote: Like other error paths, this one needs to call tran_finalize() and clean up the BlockReopenQueue, too. Fixes: CID 1452772 Fixes: 72373e40fbc7e4218061a8211384db362d3e7348 Signed-off-by: Kevin Wolf --- block.c | 2 +- 1 file changed, 1 insertion(+), 1 deleti

<    1   2   3   4   5