On Fri, May 15, 2020 at 8:07 AM Markus Armbruster wrote:
>
> Philippe Mathieu-Daudé writes:
>
> > We use the Object type all over the place.
> > Forward declare it in "qemu/typedefs.h".
> >
> > Signed-off-by: Philippe Mathieu-Daudé
> > ---
> > include/qemu/typedefs.h | 1 +
> > include/qom/ob
st_set_trace_file() accidentally enables tracing. It's called
unconditionally during startup, which is why QEMU built with the
simple trace backend always writes a trace file "trace-$PID".
This has been broken for quite a while. I didn't track down the exact
commit.
Fix st_set_trace_file() to r
Cc'ing FPU emulation maintainers too.
On 5/7/20 2:42 AM, Joseph Myers wrote:
Among the various bugs in the x87 floating-point emulation that show
up through a combination of glibc testing and code inspection, there
are several in the implementations of the fxtract and fscale
instructions. This
On 05/05/2020 15.50, Cornelia Huck wrote:
> Add some hints about "devno" rules.
Thanks a lot for doing this, some documentation in this area is
extremely useful!
> Signed-off-by: Cornelia Huck
> ---
> docs/system/s390x/css.rst| 64
> docs/system/target-s
Watch this:
$ aarch64-softmmu/qemu-system-aarch64 -S -nodefaults -accel qtest -display
none -M vexpress-a15 -audiodev none,id=foo
audio: Device lm4549: audiodev default parameter is deprecated, please
specify audiodev=foo
I did, didn't I?
Also: use warn_report()?
On Fri, 15 May 2020 03:16:18 +
"Zhang, Chen" wrote:
> Hi Hailiang/Dave.
>
> I found a urgent problem in current upstream code, COLO will stuck on
> secondary checkpoint and later.
> The guest will stuck by this issue.
> I have bisect upstream code, this issue caused by Hailiang's optimize p
Patchew URL: https://patchew.org/QEMU/20200515060424.18993-1-arm...@redhat.com/
Hi,
This series seems to have some coding style problems. See output below for
more information:
Message-id: 20200515060424.18993-1-arm...@redhat.com
Subject: [PULL 00/21] QOM patches for 2020-05-15
Type: series
=
On 5/14/20 10:21 PM, John Snow wrote:
On 5/12/20 3:49 PM, Philippe Mathieu-Daudé wrote:
Handlers don't need to modify the IDEDMA structure.
Make it const.
Signed-off-by: Philippe Mathieu-Daudé
I'll trust your judgment. As long as it still compiles and passes
qtests, I'm happy if you're hap
On 5/14/20 11:59 PM, Alistair Francis wrote:
On Thu, May 14, 2020 at 11:00 AM Philippe Mathieu-Daudé
wrote:
Hi Alistair,
On 5/7/20 9:13 PM, Alistair Francis wrote:
This is the initial commit of the Ibex UART device. Serial TX is
working, while RX has been implemeneted but untested.
This is
On 5/7/20 9:13 PM, Alistair Francis wrote:
This is the initial commit of the Ibex UART device. Serial TX is
working, while RX has been implemeneted but untested.
This is based on the documentation from:
https://docs.opentitan.org/hw/ip/uart/doc/
Signed-off-by: Alistair Francis
---
MAINTAINER
On 05/05/2020 15.50, Cornelia Huck wrote:
> Add some basic info how to use 3270 devices.
>
> Signed-off-by: Cornelia Huck
> ---
> docs/system/s390x/3270.rst | 32
> docs/system/target-s390x.rst | 1 +
> 2 files changed, 33 insertions(+)
> create mode 100644 d
Hello,
your private qemu-fuzz project [1] based on old QEMU code does not
contains the commit cb4c2536d56c [2] which disable IRC build
notification on forks. Do you mind cherry-picking it, to avoid reporting
your build failures on the mainstream QEMU IRC channel?
Thanks,
Phil.
[1] https://
Hi Claudio,
On 5/14/20 9:38 PM, Claudio Fontana wrote:
v3 -> v4: NB! only useful when updating to latest dtc (not in QEMU yet)
* changed the approach to leverage new upstream dtc Makefile,
needs dtc submodule update to include upstream dtc commit
85e5d839847af54efab170f2b1331b2a6421e647.
Aleksandar Markovic writes:
> The checkpatch complain about "#ifdef 0". Convert corresponding
> dead code to comments. In future, these cases could be converted
> to some no-nonsense logging/tracing.
>
> Signed-off-by: Aleksandar Markovic
> CC: Philippe Mathieu-Daudé
> ---
> hw/mips/mips_malta
On 05/05/2020 15.50, Cornelia Huck wrote:
> Add a basic example for passing a dasd via vfio-ccw.
>
> Signed-off-by: Cornelia Huck
> ---
> docs/system/s390x/vfio-ccw.rst | 58 ++
> docs/system/target-s390x.rst | 1 +
> 2 files changed, 59 insertions(+)
> create
On 5/7/20 5:18 PM, Peter Maydell wrote:
Provide a minimal documentation of the Musca boards.
Signed-off-by: Peter Maydell
---
docs/system/arm/musca.rst | 31 +++
docs/system/target-arm.rst | 1 +
MAINTAINERS| 1 +
3 files changed, 33 insertion
On 5/15/20 9:50 AM, Philippe Mathieu-Daudé wrote:
> Hi Claudio,
>
> On 5/14/20 9:38 PM, Claudio Fontana wrote:
>> v3 -> v4: NB! only useful when updating to latest dtc (not in QEMU yet)
>>
>> * changed the approach to leverage new upstream dtc Makefile,
>>needs dtc submodule update to include
Hi Peter,
+Markus
On 5/14/20 3:28 PM, Peter Maydell wrote:
Ping for review?
For the series:
Reviewed-by: Philippe Mathieu-Daudé
However I'd rather see the board documentation in the source code, and
extract it when building. It'd be harder to miss updating the
documentation when modifying
Hi,
I can't reproduce this issue with the qemu upstream either,
It works well.
Did you use an old version ?
Thanks,
Hailiang
> -Original Message-
> From: Lukas Straub [mailto:lukasstra...@web.de]
> Sent: Friday, May 15, 2020 3:12 PM
> To: Zhang, Chen
> Cc: Zhanghailiang ; Dr . David A
On 5/12/20 8:48 AM, Paul Zimmerman wrote:
Import the dwc-hsotg (dwc2) register definitions file from the
Linux kernel. This is a copy of drivers/usb/dwc2/hw.h from the
mainline Linux kernel, the only changes being two instances of
'u32' changed to 'uint32_t' to allow it to compile. Checkpatch
th
On Fri, May 15, 2020 at 12:32:34PM +0800, xiaoqiang zhao wrote:
> add cases to test tight and non-tight for abstract address type
>
> Signed-off-by: xiaoqiang zhao
> ---
> tests/test-util-sockets.c | 91 +++
> 1 file changed, 91 insertions(+)
>
> diff --git a
On 5/12/20 8:48 AM, Paul Zimmerman wrote:
Add BCM2835 SOC MPHI (Message-based Parallel Host Interface)
emulation. It is very basic, only providing the FIQ interrupt
needed to allow the dwc-otg USB host controller driver in the
Raspbian kernel to function.
Signed-off-by: Paul Zimmerman
Acked-b
The following changes since commit d5c75ec500d96f1d93447f990cd5a4ef5ba27fae:
Merge remote-tracking branch
'remotes/stefanberger/tags/pull-tpm-2020-05-08-1' into staging (2020-05-12
17:00:10 +0100)
are available in the Git repository at:
git://git.kraxel.org/qemu tags/ui-202
From: Changbin Du
I found SDL_GetWindowFromID() sometimes return NULL when I start qemu via
ssh forwarding even the window has been crated already. I am not sure
whether this is a bug of SDL, but we'd better check it carefully.
Signed-off-by: Changbin Du
Message-id: 20200427132412.17909-1-chang
Specifically explain what users should do in case they don't use
-display yet and depend on the qemu picking the ui for them.
Signed-off-by: Gerd Hoffmann
Message-id: 20200407093617.10058-1-kra...@redhat.com
---
softmmu/vl.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git
On 5/15/20 9:56 AM, Claudio Fontana wrote:
On 5/15/20 9:50 AM, Philippe Mathieu-Daudé wrote:
Hi Claudio,
On 5/14/20 9:38 PM, Claudio Fontana wrote:
v3 -> v4: NB! only useful when updating to latest dtc (not in QEMU yet)
* changed the approach to leverage new upstream dtc Makefile,
needs d
OK I wasn't aware that static linking was not supported by system
emulators, thanks for the heads-up. I've updated our build scripts not
to use static link, so you can close this PR unless you want to keep
track that configure needs improvements.
Thanks.
--
You received this bug notification bec
I was misguided by libdtc warnings, and thought bison/flex
were required to build QEMU, so installed them in docker
(and they also ended in the VM scripts).
Claudio's series "libfdt: build only the strict necessary"
even silents the warnings.
Based-on: <20200514193811.6798-1-cfont...@suse.de>
Ph
QEMU does use flex/bison packages.
Signed-off-by: Philippe Mathieu-Daudé
---
tests/vm/fedora | 1 -
tests/vm/freebsd | 1 -
tests/vm/netbsd | 1 -
tests/vm/ubuntu.i386 | 2 +-
4 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/tests/vm/fedora b/tests/vm/fedora
index bd9c
QEMU does use flex/bison packages.
Signed-off-by: Philippe Mathieu-Daudé
---
tests/docker/dockerfiles/centos7.docker | 2 --
tests/docker/dockerfiles/centos8.docker | 2 --
tests/docker/dockerfiles/debian-xtensa-cross.docker | 2 --
tests/docker/dockerfiles/debian10.docke
On Fri, May 15, 2020 at 09:06:20AM +0200, Markus Armbruster wrote:
> Watch this:
>
> $ aarch64-softmmu/qemu-system-aarch64 -S -nodefaults -accel qtest
> -display none -M vexpress-a15 -audiodev none,id=foo
> audio: Device lm4549: audiodev default parameter is deprecated, please
> specify
On Fri, May 15, 2020 at 10:07:41AM +0200, Philippe Mathieu-Daudé wrote:
> On 5/12/20 8:48 AM, Paul Zimmerman wrote:
> > Import the dwc-hsotg (dwc2) register definitions file from the
> > Linux kernel. This is a copy of drivers/usb/dwc2/hw.h from the
> > mainline Linux kernel, the only changes bein
The Fuloong machine never had to use "audio/audio.h", remove it.
Signed-off-by: Philippe Mathieu-Daudé
---
hw/mips/mips_fulong2e.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/hw/mips/mips_fulong2e.c b/hw/mips/mips_fulong2e.c
index ef02d54b33..05b9efa516 100644
--- a/hw/mips/mips_fulong2e.
On Fri, 15 May 2020 at 08:56, Philippe Mathieu-Daudé wrote:
>
> On 5/7/20 5:18 PM, Peter Maydell wrote:
> > Provide a minimal documentation of the Musca boards.
> >
> > Signed-off-by: Peter Maydell
> > --- /dev/null
> > +++ b/docs/system/arm/musca.rst
> > @@ -0,0 +1,31 @@
> > +Arm Musca boards (
Am 14.05.2020 um 22:21 hat John Snow geschrieben:
>
>
> On 5/12/20 3:49 PM, Philippe Mathieu-Daudé wrote:
> > Handlers don't need to modify the IDEDMA structure.
> > Make it const.
> >
> > Signed-off-by: Philippe Mathieu-Daudé
>
> I'll trust your judgment. As long as it still compiles and pa
On Fri, 15 May 2020 09:04:13 +0200
Thomas Huth wrote:
> On 05/05/2020 15.50, Cornelia Huck wrote:
> > +Examples
> > +
> > +
> > +* a virtio-net device, cssid/ssid/devno automatically assigned::
> > +
> > +-device virtio-net-ccw
> > +
> > + In a Linux guest (without default devices a
On Fri, 15 May 2020 at 09:03, Philippe Mathieu-Daudé wrote:
> However I'd rather see the board documentation in the source code, and
> extract it when building. It'd be harder to miss updating the
> documentation when modifying the code.
I definitely agree in principle; but for the moment at leas
Am 14.05.2020 um 20:00 hat Eric Blake geschrieben:
> Dirty bitmaps are important to incremental backups, including exposure
> over NBD where I'm already maintainer. Also, I'm aware that lately I
> have been doing as much code/review on bitmaps as John Snow who is
> trying to scale back in order to
Patchew URL: https://patchew.org/QEMU/20200515060424.18993-1-arm...@redhat.com/
Hi,
This series seems to have some coding style problems. See output below for
more information:
Message-id: 20200515060424.18993-1-arm...@redhat.com
Subject: [PULL 00/21] QOM patches for 2020-05-15
Type: series
=
On 13/05/2020, Igor Mammedov wrote:
Do you guys know perhaps which module is reading the ACPI configuration
for VMBus? vmbus.sys / vmbkmcl.sys / winhv.sys? is it the kernel or HAL?
I dont have any real HyperV Windows to play with...
Roman, do you remember when is this information being used?
On 15/05/2020 10.51, Cornelia Huck wrote:
> On Fri, 15 May 2020 09:04:13 +0200
> Thomas Huth wrote:
>
>> On 05/05/2020 15.50, Cornelia Huck wrote:
[...]
>>> +
>>> + This would not show up in a standard Linux guest.
>>
>> Ok ... and what happens if you use devno=0.0.1234 ? Will that then show
>
Joseph Myers writes:
> The implementation of the fxtract instruction treats all nonzero
> operands as normal numbers, so yielding incorrect results for invalid
> formats, infinities, NaNs and subnormal and pseudo-denormal operands.
> Implement appropriate handling of all those cases.
>
> Signed
Peter Maydell writes:
> Add 'Arm' to the Integrator/CP document title, for consistency with
> the titling of the other documentation of Arm devboard models
> (versatile, realview).
>
> Signed-off-by: Peter Maydell
Reviewed-by: Alex Bennée
> ---
> docs/system/arm/integratorcp.rst | 4 ++--
>
On Fri, 15 May 2020 09:29:42 +0200
Thomas Huth wrote:
> On 05/05/2020 15.50, Cornelia Huck wrote:
> > Add some basic info how to use 3270 devices.
> >
> > Signed-off-by: Cornelia Huck
> > ---
> > docs/system/s390x/3270.rst | 32
> > docs/system/target-s390x.r
For the record, previous attempt to fix:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg624142.html
and identical conclusion:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg624164.html
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscri
On 5/15/20 10:31 AM, Philippe Mathieu-Daudé wrote:
> QEMU does use flex/bison packages.
>
> Signed-off-by: Philippe Mathieu-Daudé
Hi Philippe, "does" or "does not"?
Ciao,
Claudio
> ---
> tests/docker/dockerfiles/centos7.docker | 2 --
> tests/docker/dockerfiles/centos8.docker
Am 14.05.2020 um 21:54 hat John Snow geschrieben:
>
>
> On 5/14/20 6:06 AM, Kevin Wolf wrote:
> > Am 14.05.2020 um 08:24 hat John Snow geschrieben:
> >> On 3/31/20 9:44 AM, Kevin Wolf wrote:
> >>> Am 31.03.2020 um 02:00 hat John Snow geschrieben:
> We can turn logging on/off globally instead
On 5/15/20 10:51 AM, Peter Maydell wrote:
On Fri, 15 May 2020 at 09:03, Philippe Mathieu-Daudé wrote:
However I'd rather see the board documentation in the source code, and
extract it when building. It'd be harder to miss updating the
documentation when modifying the code.
I definitely agree
add options documents changes for -chardev
Signed-off-by: xiaoqiang zhao
Reviewed-by: Daniel P. Berrangé
---
qemu-options.hx | 9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/qemu-options.hx b/qemu-options.hx
index e2dca8a4e9..e63cc1b4b4 100644
--- a/qemu-options.hx
+
Hi,
> Sometimes I feel like a broken and impartial solution is really worse
> than having none. If we don't truly support the read/write config
> options, we shouldn't pretend that we do.
>
> Funneling users back to using the CLI is likely the better thing, even
> with no replacement.
>
> I re
On 5/15/20 10:48 AM, Peter Maydell wrote:
On Fri, 15 May 2020 at 08:56, Philippe Mathieu-Daudé wrote:
On 5/7/20 5:18 PM, Peter Maydell wrote:
Provide a minimal documentation of the Musca boards.
Signed-off-by: Peter Maydell
--- /dev/null
+++ b/docs/system/arm/musca.rst
@@ -0,0 +1,31 @@
+
add cases to test tight and non-tight for abstract address type
Signed-off-by: xiaoqiang zhao
---
tests/test-util-sockets.c | 92 +++
1 file changed, 92 insertions(+)
diff --git a/tests/test-util-sockets.c b/tests/test-util-sockets.c
index 5fd947c7bf..2ca1e99
qemu does not support abstract UNIX domain
socket address. Add this ability to make qemu handy
when abstract address is needed.
Changes since v4:
* fix typo and coding style problems
v3 -> v4:
* rebase on master
* refine qapi document statement
* use random names to avoid name clash in unit test
unix_listen/connect_saddr now support abstract address types
two aditional BOOL switches are introduced:
tight: whether to set @addrlen to the minimal string length,
or the maximum sun_path length. default is TRUE
abstract: whether we use abstract address. default is FALSE
cli example:
-mo
On Fri, May 15, 2020 at 05:06:07PM +0800, xiaoqiang zhao wrote:
> add cases to test tight and non-tight for abstract address type
>
> Signed-off-by: xiaoqiang zhao
> ---
> tests/test-util-sockets.c | 92 +++
> 1 file changed, 92 insertions(+)
Reviewed-by: Dan
Please update this series, I will queue it to COLO branch.
Thanks
Zhang Chen
> -Original Message-
> From: Lukas Straub
> Sent: Monday, May 4, 2020 6:28 PM
> To: qemu-devel
> Cc: Zhang, Chen ; Li Zhijian
> ; Jason Wang ; Marc-
> André Lureau ; Paolo Bonzini
>
> Subject: [PATCH v4 0/6] c
On 15/05/2020 11.00, Cornelia Huck wrote:
> On Fri, 15 May 2020 09:29:42 +0200
> Thomas Huth wrote:
>
>> On 05/05/2020 15.50, Cornelia Huck wrote:
>>> Add some basic info how to use 3270 devices.
>>>
>>> Signed-off-by: Cornelia Huck
>>> ---
>>> docs/system/s390x/3270.rst | 32
On Fri, 15 May 2020 09:54:44 +0200
Thomas Huth wrote:
> On 05/05/2020 15.50, Cornelia Huck wrote:
> > Add a basic example for passing a dasd via vfio-ccw.
> >
> > Signed-off-by: Cornelia Huck
> > ---
> > docs/system/s390x/vfio-ccw.rst | 58 ++
> > docs/system/ta
On Fri, May 15, 2020 at 1:10 AM Philippe Mathieu-Daudé
wrote:
> On 5/12/20 8:48 AM, Paul Zimmerman wrote:
> > Add BCM2835 SOC MPHI (Message-based Parallel Host Interface)
> > emulation. It is very basic, only providing the FIQ interrupt
> > needed to allow the dwc-otg USB host controller driver i
Document allocator functions that require a specific
de-allocator call.
Reviewed-by: Stefan Hajnoczi
Signed-off-by: Philippe Mathieu-Daudé
---
include/block/block.h | 4
include/qemu/osdep.h | 3 +++
include/sysemu/block-backend.h | 2 ++
3 files changed, 9 insertions(+)
Reviewed-by: Stefan Hajnoczi
Signed-off-by: Philippe Mathieu-Daudé
---
include/qemu/bitmap.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/qemu/bitmap.h b/include/qemu/bitmap.h
index 82a1d2f41f..0b390ff576 100644
--- a/include/qemu/bitmap.h
+++ b/include/qemu/bitmap.h
@@ -90,12 +
As it is not obvious for a block neophyte what means
the 'log' value, document it.
Reviewed-by: Stefan Hajnoczi
Signed-off-by: Philippe Mathieu-Daudé
---
include/block/block.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/block/block.h b/include/block/block.h
i
These patches contain documentation I wrote down while
looking at the code.
Supersedes: <20200504094641.4963-1-phi...@redhat.com>
Philippe Mathieu-Daudé (5):
qemu/osdep: Document qemu_memalign() and friends
qemu/bitmap: Document bitmap_new() returned pointer
block/block: Document BlockSizes
On Fri, May 15, 2020 at 11:02 AM Claudio Fontana wrote:
>
> On 5/15/20 10:31 AM, Philippe Mathieu-Daudé wrote:
> > QEMU does use flex/bison packages.
> >
> > Signed-off-by: Philippe Mathieu-Daudé
>
> Hi Philippe, "does" or "does not"?
Err... does NOT :/
>
> Ciao,
>
> Claudio
>
> > ---
> > test
The blk_read()/blk_pwrite() return value is not obvious,
document it.
Signed-off-by: Philippe Mathieu-Daudé
---
v2: 's/ - /: /' (stefanha)
---
include/sysemu/block-backend.h | 24
1 file changed, 24 insertions(+)
diff --git a/include/sysemu/block-backend.h b/include/sys
On 5/15/20 10:31 AM, Philippe Mathieu-Daudé wrote:
QEMU does use flex/bison packages.
"... does not use ..." (Thanks Claudio).
Signed-off-by: Philippe Mathieu-Daudé
---
tests/vm/fedora | 1 -
tests/vm/freebsd | 1 -
tests/vm/netbsd | 1 -
tests/vm/ubuntu.i386 | 2 +-
4 f
Signed-off-by: Philippe Mathieu-Daudé
---
include/sysemu/block-backend.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/sysemu/block-backend.h b/include/sysemu/block-backend.h
index b693dfb8f0..7b12563c65 100644
--- a/include/sysemu/block-backend.h
+++ b/include/sysemu/block-backend.
Maybe --static should be ignored for system emulators and accepted for
user-mode emulators?
That would enable to have a single build, otherwise if we want both, we'd need
to configure & build QEMU twice.
--
You received this bug notification because you are a member of qemu-
devel-ml, which is
On Thu, 14 May 2020 20:38:02 +0200
Christian Schoenebeck wrote:
> The following patch reverts
> SHA-1 16724a173049ac29c7b5ade741da93a0f46edff for the virtio backend.
>
> Greg, it is intended as a quick fix for
> https://bugs.launchpad.net/bugs/1877688 at least for virtio, for the
> case the appr
On Fri, 15 May 2020 10:57:26 +0200
Thomas Huth wrote:
> On 15/05/2020 10.51, Cornelia Huck wrote:
> > On Fri, 15 May 2020 09:04:13 +0200
> > Thomas Huth wrote:
> >
> >> On 05/05/2020 15.50, Cornelia Huck wrote:
> [...]
> >>> +
> >>> + This would not show up in a standard Linux guest.
>
Peter Maydell writes:
> Sort the board index into alphabetical order. (Note that we need to
> sort alphabetically by the title text of each file, which isn't the
> same ordering as sorting by the filename.)
Is it possible to leave an inline comment in the rst to this effect so
no one mis-sort
On 5/15/20 10:31 AM, Philippe Mathieu-Daudé wrote:
> QEMU does use flex/bison packages.
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> tests/vm/fedora | 1 -
> tests/vm/freebsd | 1 -
> tests/vm/netbsd | 1 -
> tests/vm/ubuntu.i386 | 2 +-
> 4 files changed, 1 insertion(+), 4 de
On Fri, 15 May 2020 11:14:40 +0200
Thomas Huth wrote:
> On 15/05/2020 11.00, Cornelia Huck wrote:
> > On Fri, 15 May 2020 09:29:42 +0200
> > Thomas Huth wrote:
> >
> >> On 05/05/2020 15.50, Cornelia Huck wrote:
> >>> Add some basic info how to use 3270 devices.
> >>>
> >>> Signed-off-by: Co
Am 14.05.2020 um 21:37 hat John Snow geschrieben:
>
>
> On 5/14/20 11:53 AM, Kevin Wolf wrote:
> > Am 14.05.2020 um 04:25 hat John Snow geschrieben:
> >> Instead of having somewhat reproduced it for itself.
> >>
> >> Signed-off-by: John Snow
> >
> > I think you should pass auto_dismiss=True to
On Thu, May 14, 2020 at 04:34:27PM +0200, Philippe Mathieu-Daudé wrote:
> I took some code notes while testing Alex's toy.
> Sending them as patches.
>
> Alex, I had theses issues while building following
> docs/devel/fuzzing.txt:
>
> CC nbd/server.o
> nbd/server.c:1937:1: error: unuse
On Tue, 12 May 2020 09:54:58 +0100
Daniel P. Berrangé wrote:
> On Mon, May 11, 2020 at 07:05:24PM +0200, Lukas Straub wrote:
> > On Mon, 11 May 2020 17:19:09 +0100
> > "Dr. David Alan Gilbert" wrote:
> >
> > > * Lukas Straub (lukasstra...@web.de) wrote:
> > > > Add yank option, pass it to t
Peter Maydell writes:
> Provide a minimal documentation of the Versatile Express boards
> (vexpress-a9, vexpress-a15).
>
> Signed-off-by: Peter Maydell
> ---
> docs/system/arm/vexpress.rst | 60
> docs/system/target-arm.rst | 1 +
> MAINTAINERS
* David Hildenbrand (da...@redhat.com) wrote:
> We want to replace qemu_balloon_inhibit() by something more generic.
> Especially, we want to make sure that technologies that really rely on
> RAM block discards to work reliably to run mutual exclusive with
> technologies that break it.
>
> E.g., v
Peter Maydell writes:
> Add basic documentation of the MPS2 board models.
>
> Signed-off-by: Peter Maydell
Reviewed-by: Alex Bennée
--
Alex Bennée
On 5/15/20 11:41 AM, Claudio Fontana wrote:
On 5/15/20 10:31 AM, Philippe Mathieu-Daudé wrote:
QEMU does use flex/bison packages.
Signed-off-by: Philippe Mathieu-Daudé
---
tests/vm/fedora | 1 -
tests/vm/freebsd | 1 -
tests/vm/netbsd | 1 -
tests/vm/ubuntu.i386 | 2 +-
4 f
Peter Maydell writes:
> Provide a minimal documentation of the Musca boards.
>
> Signed-off-by: Peter Maydell
Reviewed-by: Alex Bennée
--
Alex Bennée
Am 14.05.2020 um 22:16 hat John Snow geschrieben:
> Hi, you can take just patch 1.
Thanks, I'm doing that now.
> patches 2-3 admittedly don't do a whole heck of a lot, because I
> didn't realize that ./check discards *all* output from either stdout
> or stderr.
It doesn't discard it, but it comp
On Fri, May 15, 2020 at 09:00:21AM +0200, Markus Armbruster wrote:
> diff --git a/trace/simple.c b/trace/simple.c
> index fc7106ec49..906391538f 100644
> --- a/trace/simple.c
> +++ b/trace/simple.c
> @@ -302,10 +302,10 @@ static int st_write_event_mapping(void)
> return 0;
> }
>
> -void st_
On Fri, May 15, 2020 at 11:48:18AM +0200, Lukas Straub wrote:
> On Tue, 12 May 2020 09:54:58 +0100
> Daniel P. Berrangé wrote:
>
> > On Mon, May 11, 2020 at 07:05:24PM +0200, Lukas Straub wrote:
> > > On Mon, 11 May 2020 17:19:09 +0100
> > > "Dr. David Alan Gilbert" wrote:
> > >
> > > > * Luk
On 15/05/2020 11.45, Cornelia Huck wrote:
> On Fri, 15 May 2020 11:14:40 +0200
> Thomas Huth wrote:
>
>> On 15/05/2020 11.00, Cornelia Huck wrote:
>>> On Fri, 15 May 2020 09:29:42 +0200
>>> Thomas Huth wrote:
>>>
On 05/05/2020 15.50, Cornelia Huck wrote:
> Add some basic info how t
Am 14.05.2020 um 22:20 hat John Snow geschrieben:
>
>
> On 5/4/20 5:48 AM, Philippe Mathieu-Daudé wrote:
> > One might find interesting to look at AHCI IRQs.
> >
> > Signed-off-by: Philippe Mathieu-Daudé
> > ---
> > hw/ide/ahci.c | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git
A new option "acpi-pci-hotplug" is introduced for PIIX which will
globally disable hot-plugging of both hot plugged and
cold plugged PCI devices. This will prevent
hot-plugging and hot un-plugging of devices from within Windows based
guests using system tray.
The patch has been tested on Windows 2
Igor, here’s my attempt in cooking up a patch which disabled global ACPI hot
plug.
You said something about SHPC also adding AMLs when enabled but I could not
figure out where that is being done.
Please provide suggestions.
> On May 15, 2020, at 3:36 PM, Ani Sinha wrote:
>
> A new option "acp
On 07/04/2020 12.59, Philippe Mathieu-Daudé wrote:
> Hello,
>
> Following Markus thread on deprecating unmaintained (untested) code
> (machines) [1] and the effort done to gather the information shared in
> the replies [2], and the various acceptance tests added, is it
> feasible to require for th
On Fri, 15 May 2020 11:04:13 +0100
Daniel P. Berrangé wrote:
> On Fri, May 15, 2020 at 11:48:18AM +0200, Lukas Straub wrote:
> > On Tue, 12 May 2020 09:54:58 +0100
> > Daniel P. Berrangé wrote:
> >
> > > On Mon, May 11, 2020 at 07:05:24PM +0200, Lukas Straub wrote:
> > > > On Mon, 11 May 20
On Fri, 15 May 2020 at 07:07, Markus Armbruster wrote:
>
> The following changes since commit 013a18edbbc59cdad019100c7d03c0494642b74c:
>
> Merge remote-tracking branch
> 'remotes/pmaydell/tags/pull-target-arm-20200514' into staging (2020-05-14
> 16:17:55 +0100)
>
> are available in the Git re
On 15/05/20 07:54, Markus Armbruster wrote:
>> I don't see QemuOpts going away anytime soon, but I do see more QMP/QAPI
>> and less command line in the future as far as management tools are
>> concerned. QemuOpts and HMP will remain for direct usage, for the
>> foreseeable future.
>
> I'd prefer
On Fri, May 15, 2020 at 02:07:44AM +0530, Kirti Wankhede wrote:
> VFIO_IOMMU_DIRTY_PAGES ioctl performs three operations:
> - Start dirty pages tracking while migration is active
> - Stop dirty pages tracking.
> - Get dirty pages bitmap. Its user space application's responsibility to
> copy conte
On Fri, May 15, 2020 at 12:11:17PM +0200, Thomas Huth wrote:
> On 07/04/2020 12.59, Philippe Mathieu-Daudé wrote:
> > Hello,
> >
> > Following Markus thread on deprecating unmaintained (untested) code
> > (machines) [1] and the effort done to gather the information shared in
> > the replies [2], a
On Fri, 15 May 2020 at 10:05, Philippe Mathieu-Daudé wrote:
> Sphinx consumes docs/system/$arch/$machine.rst files committed to the
> repository, and we don't need to build various qemu-system-arch to
> generate the documentation.
>
> If you work on a particular board, you might end up only buildi
On Thu, May 14, 2020 at 09:32:06PM -0600, Alex Williamson wrote:
> Hi Yan & Intel folks,
>
> I'm starting to run out of comments on this series, where are you with
> porting GVT-g migration to this API? Are there remaining blocking
> issues? Are we satisfied that the API is sufficient to support
On Fri, May 15, 2020 at 12:14:47PM +0200, Lukas Straub wrote:
> On Fri, 15 May 2020 11:04:13 +0100
> Daniel P. Berrangé wrote:
>
> > On Fri, May 15, 2020 at 11:48:18AM +0200, Lukas Straub wrote:
> > > On Tue, 12 May 2020 09:54:58 +0100
> > > Daniel P. Berrangé wrote:
> > >
> > > > On Mon, May
Some people want the system emulation to be statically linked, which is
why we don't refuse to do it entirely; and static vs not changes a bunch
of stuff like CFLAGS which we assume to be common across the whole
build. So if you want some statically linked binaries and some not
statically linked, t
Am 14.05.2020 um 15:08 hat Kevin Wolf geschrieben:
> Am 29.04.2020 um 16:11 hat Max Reitz geschrieben:
> > v1: https://lists.nongnu.org/archive/html/qemu-block/2020-04/msg01245.html
> >
> > Branch: https://github.com/XanClic/qemu.git fix-bdrv_make_empty-v2
> > Branch: https://git.xanclic.moe/XanCl
On Fri, May 15, 2020 at 12:11:17PM +0200, Thomas Huth wrote:
> On 07/04/2020 12.59, Philippe Mathieu-Daudé wrote:
> > Hello,
> >
> > Following Markus thread on deprecating unmaintained (untested) code
> > (machines) [1] and the effort done to gather the information shared in
> > the replies [2],
1 - 100 of 440 matches
Mail list logo