Re: [qemu-web PATCH] add link to the code of conduct

2021-04-04 Thread Thomas Huth
On 01/04/2021 21.04, Paolo Bonzini wrote: Signed-off-by: Paolo Bonzini --- contribute.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contribute.md b/contribute.md index bcb048e..d7e295f 100644 --- a/contribute.md +++ b/contribute.md @@ -16,3 +16,5 @@ permalink: /contribute/ “[Co

Re: [PATCH] hw/virtio: enable ioeventfd configuring for mmio

2021-04-04 Thread Pavel Dovgalyuk
ping On 29.03.2021 10:43, Pavel Dovgalyuk wrote: This patch adds ioeventfd flag for virtio-mmio configuration. It allows switching ioeventfd on and off. Signed-off-by: Pavel Dovgalyuk --- hw/virtio/virtio-mmio.c | 11 ++- include/hw/virtio/virtio-mmio.h |5 + 2 fi

Re: [PATCH] target/alpha: fix icount handling for timer instructions

2021-04-04 Thread Pavel Dovgalyuk
Ping. On 29.03.2021 10:42, Pavel Dovgalyuk wrote: This patch handles icount mode for timer read/write instructions, because it is required to call gen_io_start in such cases. Signed-off-by: Pavel Dovgalyuk Reviewed-by: Richard Henderson --- target/alpha/translate.c |9 +++-- 1 file

Re: [PATCH V2 4/6] tools/vhost-user-i2c: Add backend driver

2021-04-04 Thread Viresh Kumar
On 02-04-21, 10:55, Jie Deng wrote: > > On 2021/4/1 20:12, Viresh Kumar wrote: > > + > > +/* vhost-user-i2c definitions */ > > + > > +#define MAX_I2C_VDEV(1 << 7) > > +#define MAX_I2C_ADAPTER 16 > > Generally speaking, 16 is big enough for most cases. But compa

[Bug 1810603] Re: QEMU QCow Images grow dramatically

2021-04-04 Thread Launchpad Bug Tracker
[Expired for QEMU because there has been no activity for 60 days.] ** Changed in: qemu Status: Incomplete => Expired -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1810603 Title: QEMU QCow I

[Bug 1813406] Re: qemu-img convert malfunction on macOS

2021-04-04 Thread Launchpad Bug Tracker
[Expired for QEMU because there has been no activity for 60 days.] ** Changed in: qemu Status: Incomplete => Expired -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1813406 Title: qemu-img co

qemu-system-sparc64 instruction set architecture compatibility (sparc v8+ vs sparc v9)

2021-04-04 Thread CKIM
Hello, I'm not sure if this is right mailing list for this question but I really appreciate if someone can answer to my question. I have very old binary (testgen) which was built from old sparc station. (no source code) If I run "file testgen", I get the following. ELF 32-bit MSB executable

Re: [PULL 0/9] pc,virtio,pci: bugfixes

2021-04-04 Thread Peter Maydell
On Thu, 1 Apr 2021 at 19:02, Michael S. Tsirkin wrote: > > The following changes since commit 1bd16067b652cce41a9214d0c62c73d5b45ab4b1: > > Merge remote-tracking branch > 'remotes/stefanha-gitlab/tags/block-pull-request' into staging (2021-03-31 > 16:38:49 +0100) > > are available in the Git r

Re: [Bug 1850570] Re: Cannot use usb-host on Mac OS

2021-04-04 Thread Howard Spoelstra
On Sun, Apr 4, 2021 at 8:30 PM John Arbuckle <1850...@bugs.launchpad.net> wrote: > > I am also having problems with using real USB devices. I tried a C-Media > USB sound card, a CISCO USB headset, and a PNY flash drive. All of them > seem to be detected by the Windows 7 guest, but can't be started

[Bug 1850570] Re: Cannot use usb-host on Mac OS

2021-04-04 Thread John Arbuckle
I am also having problems with using real USB devices. I tried a C-Media USB sound card, a CISCO USB headset, and a PNY flash drive. All of them seem to be detected by the Windows 7 guest, but can't be started for some reason. I have tried running as root. I didn't see any libusb errors. My Windows

Re: [PATCH for-6.0 0/4] Don't treat all sysbus devices as hotpluggable

2021-04-04 Thread Peter Maydell
On Thu, 25 Mar 2021 at 15:33, Peter Maydell wrote: > > On the two machines which have the "platform bus" (ppc e500 and arm > virt) we currently treat all TYPE_SYS_BUS_DEVICE devices as being > hotpluggable in the device callbacks, and try to plug those devices > into the platform bus. This is far

Re: Fwd: VirtioSound device emulation implementation

2021-04-04 Thread Shreyansh Chouhan
Hey everyone! I wrote code for PCM streams, which I'd like to discuss here. But since it isn't really complete yet, I thought I'd ask if I can copy paste the functions that I want to ask about and clear things that way. For now I will just write my queries here and try to explain them as best as I

Re: [PATCH v3 0/4] Add support for Shakti SoC from IIT-M

2021-04-04 Thread Vijai Kumar K
On Sat, 03 Apr 2021 01:35:25 +0530 Alistair Francis wrote > On Thu, Apr 1, 2021 at 2:15 PM Vijai Kumar K wrote: > > > > Changes in v3: > > - Drop SHAKTI_C_DEBUG register > > > > Changes in v2: > > - Moved CPU addition to a separate patch(P1) > > - Use riscv_setup

Re: [PATCH v5 00/10] Fixed some bugs and optimized some codes for COLO

2021-04-04 Thread Lukas Straub
On Thu, 1 Apr 2021 15:47:19 +0800 leirao wrote: > From: Rao,Lei > > Changes since v4: > --Replaced qemu_mutex_lock calls with QEMU_LOCK_GUARD in > colo_bitmap_clear_dirty. > --Modify some minor issues about variable definition. > --Add some performance test data in the