Marc-André Lureau writes:
> Let's make json_parser_parse_err() suck less, and simplify caller
> error handling.
Missing:
* monitor.c handle_qmp_command(): drop workaround
> * qga/main.c process_event() doesn't need further changes after
>previous cleanup.
"Doesn't need further changes
Marc-André Lureau writes:
> We can easily avoid the burden of checking if the lexer was
> initialized prior to calling destroy by the caller, let's do it.
>
> This allows simplification in state tracking in later patches of the
> qmp-async RFC series.
>
> Signed-off-by: Marc-André Lureau
> ---
>
On 16.07.2018 21:12, BALATON Zoltan wrote:
> QEMU options have a single dash (but also work as double dash for
> convenience and compatibility). Most options are listed with single
> dash in command line help but some were listed with two dashes.
> Normalize these to have the same format as the oth
On Mon, 16 Jul 2018 14:59:48 +0200
Marc-André Lureau wrote:
> This allows to pass the last failing test from the Windows HLK TPM 2.0
> TCG PPI 1.3 tests.
>
> The interface is described in the "TCG Platform Reset Attack
> Mitigation Specification", chapter 6 "ACPI _DSM Function". According
> to L
On Mon, Jul 16, 2018 at 11:04 PM, Michael Roth
wrote:
> Quoting Sameeh Jubran (2018-06-26 10:10:38)
> > From: Sameeh Jubran
> >
> > The call to SetupDiGetDeviceRegistryProperty might fail because the
> > value doesn't exist in the registry, in this case we shouldn't exit from
> > the loop but in
On Mon, 16 Jul 2018 16:56:36 +0200
Marc-André Lureau wrote:
> Hi
>
> On Mon, Jul 16, 2018 at 4:44 PM, Igor Mammedov wrote:
> > On Mon, 16 Jul 2018 14:59:45 +0200
> > Marc-André Lureau wrote:
> >
> >> From: Stefan Berger
> >>
> >> Implement a virtual memory device for the TPM Physical Presen
Marc-André Lureau writes:
> These 2 tests exhibited two qmp bugs that were fixed in 2.7
> (series from commit e64c75a9752c5d0fd64eb2e684c656a5ea7d03c6 to
> commit 1382d4abdf9619985e4078e37e49e487cea9935e)
>
> Signed-off-by: Marc-André Lureau
> ---
> tests/qmp-test.c | 38 +++
On Wed, Jul 04, 2018 at 03:54:10PM +0100, Stefan Hajnoczi wrote:
> Throttle groups consist of members sharing one throttling state
> (including bps/iops limits). Round-robin scheduling is used to ensure
> fairness. If a group member already has a timer pending then other
> groups members do not s
On 16 July 2018 at 17:42, Peter Maydell wrote:
> target-arm queue: a smallish set of patches for rc1 tomorrow.
> I've included the tcg patches because RTH has no others that
> would merit a pullreq.
>
> I haven't included Thomas Huth's 17-patch set to deal with
> the introspection crashes, to give
On Mon, 16 Jul 2018 18:37:40 +0100
"Dr. David Alan Gilbert (git)" wrote:
> From: "Dr. David Alan Gilbert"
>
> Allow the load_request method on a bus to fail and error
> the migration cleanly.
>
> Signed-off-by: Dr. David Alan Gilbert
> ---
> hw/scsi/scsi-bus.c | 5 +
> 1 file changed, 5
On Mon, 16 Jul 2018 18:37:41 +0100
"Dr. David Alan Gilbert (git)" wrote:
> From: "Dr. David Alan Gilbert"
>
> Check calls to qemu_get_virtqueue_element for NULL and pass
> up the chain.
>
> Signed-off-by: Dr. David Alan Gilbert
> ---
> hw/block/virtio-blk.c | 4
> hw/char/virtio-s
On Mon, 16 Jul 2018 18:37:42 +0100
"Dr. David Alan Gilbert (git)" wrote:
> From: "Dr. David Alan Gilbert"
>
> Rather than asserting, check values and return NULL
> on failure.
>
> Signed-off-by: Dr. David Alan Gilbert
> ---
> hw/scsi/virtio-scsi.c | 15 ---
> 1 file changed, 12 i
On Mon, 16 Jul 2018 18:37:43 +0100
"Dr. David Alan Gilbert (git)" wrote:
$SUBJECT reads a bit odd without a 'make', but it is already long...
> From: "Dr. David Alan Gilbert"
>
> Make it return NULL rather than assert.
>
> Signed-off-by: Dr. David Alan Gilbert
> ---
> hw/virtio/virtio.c | 1
Hi
On Tue, Jul 17, 2018 at 7:53 AM, Markus Armbruster wrote:
> Marc-André Lureau writes:
>
>> json_parser_parse_err() may return something else than a QDict, in
>> which case we loose the object. Let's keep track of the original
>> object to avoid leaks.
>
> Should this leak fix go into 3.0?
It
On Mon, Jul 16, 2018 at 03:10:38PM -0500, Michael Roth wrote:
> Quoting Sameeh Jubran (2018-06-24 07:45:40)
> > From: Sameeh Jubran
> >
> > The defrag.exe tool which is used for executing the fstrim command
> > on Windows doesn't support retrim for OSes lower than Win8. This
> > commit handles th
On Mon, Jul 16, 2018 at 09:41:12PM +0100, Peter Maydell wrote:
> On 16 July 2018 at 20:47, BALATON Zoltan wrote:
> > Commit 3556c233d 5 years ago added an option to disable QOM debugging,
> > noting that it can have high performance cost but left the default to on.
> > Change the default to off an
Public bug reported:
Howdy,
I'm encountering random errors when using qemu to cross-package my project
using dh. In previous iterations of my project it would only fail once every
two attempts. Now it fails every time.
Example error included.
If you'd like to try and replicate this error, a v
On 16 July 2018 at 22:44, Michael Roth wrote:
> The following changes since commit 102ad0a80f5110483efd06877c29c4236be267f9:
>
> Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-07-16'
> into staging (2018-07-16 15:34:38 +0100)
>
> are available in the git repository at:
>
> g
Hi
On Tue, Jul 17, 2018 at 10:01 AM, Markus Armbruster wrote:
> Marc-André Lureau writes:
>
>> These 2 tests exhibited two qmp bugs that were fixed in 2.7
>> (series from commit e64c75a9752c5d0fd64eb2e684c656a5ea7d03c6 to
>> commit 1382d4abdf9619985e4078e37e49e487cea9935e)
>>
>> Signed-off-by: M
Philippe Mathieu-Daudé writes:
> On 07/13/2018 09:17 AM, Alex Bennée wrote:
>> Not all docker images can run the check step. Let's move everything
>> into a common helper so we don't need to replicate checks in the
>> future.
>>
>> Signed-off-by: Alex Bennée
>>
>> ---
>> v2
>> - add "move" t
The ioctl warnings are I think for BTRFS_IOC_CLONE, which are probably
harmless (the calling program ought to cope with it not working and fall
back to something else).
Which version of QEMU are you using ?
(Unfortunately the log is not very revealing about what has gone wrong:
it says "Running s
On Fri, 6 Jul 2018 10:35:06 -0400
"Jason J. Herne" wrote:
> On 07/06/2018 04:03 AM, Cornelia Huck wrote:
> > On Thu, 5 Jul 2018 13:25:38 -0400
> > "Jason J. Herne" wrote:
> >> +senseIdCcw.count = sizeof(senseData);
> >> +
> >> +if (do_cio(schid, ptr2u32(&senseIdCcw), CCW_FMT1)) {
> >>
Nice, thanks Leonardo for the Bisect - lets call upstream Fixed
Committed then (as there is no 2.13 released yet).
For the separate gl discussion feel free to subscribe/chime in on bug
1657409
Currently 2.12 is on its way into Cosmic.
I'll add and test that patch afterwards, it looks small and sa
On Mon, 16 Jul 2018 14:59:45 +0200
Marc-André Lureau wrote:
> From: Stefan Berger
>
> Implement a virtual memory device for the TPM Physical Presence interface.
> The memory is located at 0xFED45000 and used by ACPI to send messages to the
> firmware (BIOS) and by the firmware to provide parame
The simple trace backend spawns a write-out thread which is used to
asynchronously flush the in-memory ring buffer to disk.
fork(2) does not clone all threads, only the thread that invoked
fork(2). As a result there is no write-out thread in the child process!
This causes a hang during shutdown
Philippe Mathieu-Daudé writes:
> On 07/13/2018 09:17 AM, Alex Bennée wrote:
>> Not all our images are able to run the tests. Rather than use features
>> we can just check for the existence and run-ability of gtester. If the
>> image has been setup for binfmt_misc it will be able to run anyway.
On Tue, Jul 17, 2018 at 9:59 AM, Igor Mammedov wrote:
> On Mon, 16 Jul 2018 16:56:36 +0200
> Marc-André Lureau wrote:
>
>> Hi
>>
>> On Mon, Jul 16, 2018 at 4:44 PM, Igor Mammedov wrote:
>> > On Mon, 16 Jul 2018 14:59:45 +0200
>> > Marc-André Lureau wrote:
>> >
>> >> From: Stefan Berger
>> >>
>
On Mon, Jul 16, 2018 at 06:37:41PM +0100, Dr. David Alan Gilbert (git) wrote:
> From: "Dr. David Alan Gilbert"
>
> Check calls to qemu_get_virtqueue_element for NULL and pass
> up the chain.
What happens to the device state that has been partially deserialized
(e.g. virtio-blk's s->rq linked lis
On 16/07/2018 20:47, Daniel P. Berrange wrote:
> On Mon, Jul 16, 2018 at 06:41:46PM +0100, Mike Krinkin wrote:
>> The value argument can be NULL, for example, in hw/i386/multiboot.c
>> in the load_multiboot function get_opt_value is explicitly called
>> with NULL as the second argument.
>>
>> The p
Hi
On Tue, Jul 17, 2018 at 12:03 PM, Igor Mammedov wrote:
> On Mon, 16 Jul 2018 14:59:45 +0200
> Marc-André Lureau wrote:
>
>> From: Stefan Berger
>>
>> Implement a virtual memory device for the TPM Physical Presence interface.
>> The memory is located at 0xFED45000 and used by ACPI to send mes
On Thu, Jun 21, 2018 at 03:23:21PM +0200, Greg Kurz wrote:
> On Thu, 21 Jun 2018 11:18:09 +1000
> David Gibson wrote:
>
> > On Wed, Jun 20, 2018 at 02:54:15PM +0200, Greg Kurz wrote:
> > > The spapr capability framework was introduced in QEMU 2.12. It allows
> > > to have an explicit control on h
Tests are all ok, MP review was acked and case confirmed.
No Security Update since then in between, so sponsoring into SRU queue now ...
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1587065
Title:
On Mon, Jul 16, 2018 at 04:14:37PM +0100, Andre Przywara wrote:
> The ARM arch timer features the CVAL register, which holds an absolute
> value that is compared against the counter value.
> But there is also the TVAL register, which is defined as (CVAL - counter),
> and can be used to program or r
On Mon, Jul 16, 2018 at 04:14:38PM +0100, Andre Przywara wrote:
> So far we were only testing the CVAL register. Add a test which programs
> a (relative) TVAL value to check this functionality as well.
> Also we go into WFI and wait for the interrupt to release us from it.
> The timer tests are run
On 17/07/2018 09:43, Thomas Huth wrote:
> On 16.07.2018 21:12, BALATON Zoltan wrote:
>> QEMU options have a single dash (but also work as double dash for
>> convenience and compatibility). Most options are listed with single
>> dash in command line help but some were listed with two dashes.
>> Norm
Signed-off-by: Juan Quintela
---
tests/Makefile.include | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index e9dd3e8928..ae77d26932 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -220,8 +220,8 @@ gcov-fi
If you don't want to compile everything, you configure
config-devices.mak. And then make clean remove it, and make will
create a default one without your configuration. Fix it by not
removing it.
Signed-off-by: Juan Quintela
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
d
So everythig is (a bit) more consistent
Signed-off-by: Juan Quintela
---
tests/Makefile.include | 12
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index a49282704e..47aea32193 100644
--- a/tests/Makefile.include
+++ b/
Signed-off-by: Juan Quintela
---
default-configs/alpha-softmmu.mak | 2 --
default-configs/arm-softmmu.mak | 2 --
default-configs/hppa-softmmu.mak| 3 ---
default-configs/i386-softmmu.mak| 2 --
default-configs/mips-softmmu-common.mak | 2 --
default-configs/ppc-sof
Hi
We can disable drivers with "-softmmu/config-devices.mak". But
if we remove drivers there and do "make check", we still try to test
that devices (that are compiled in). This is a list with the removal
of the ovbious ones.
While I was doing this I fonund:
- we remove -softmmu/config-devices.m
Signed-off-by: Juan Quintela
---
tests/Makefile.include | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 47aea32193..e9dd3e8928 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -270,8 +270,8 @@ check-q
Signed-off-by: Juan Quintela
---
tests/Makefile.include | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 560f486416..a039b70f9b 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -215,9 +215,9 @@ check
test-file-redirector uses rtl8139 in everything except s390.
Signed-off-by: Juan Quintela
---
tests/Makefile.include | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index a039b70f9b..c6156fe105 100644
--- a/tests/Makefil
Signed-off-by: Juan Quintela
---
tests/Makefile.include | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index b0aa79909b..868a41986b 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -307,7 +307,7 @@ check
Signed-off-by: Juan Quintela
---
tests/Makefile.include | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index ae77d26932..560f486416 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -218,8 +218,8 @@ gcov-fi
Signed-off-by: Juan Quintela
---
tests/Makefile.include | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 3d146310f0..af395b5f22 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -224,8 +224,8 @@ check-q
Signed-off-by: Juan Quintela
---
tests/Makefile.include | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index af395b5f22..691f853ab6 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -241,8 +241,8 @@ gcov-fi
Signed-off-by: Juan Quintela
---
tests/Makefile.include | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index c6156fe105..3d146310f0 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -226,8 +226,8 @@ check-q
Signed-off-by: Juan Quintela
---
tests/Makefile.include | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 868a41986b..f635517a68 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -265,9 +265,9 @@ check-q
Signed-off-by: Juan Quintela
---
tests/Makefile.include | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index a56d423303..3b555660bd 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -278,8 +278,8 @@ check-q
Signed-off-by: Juan Quintela
---
tests/Makefile.include | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 691f853ab6..5a3943c81c 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -230,10 +230,10 @@ c
Signed-off-by: Juan Quintela
---
tests/Makefile.include | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 5a3943c81c..a56d423303 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -248,7 +2
There was not possible to compile out pvpanic. Use the same trick
that applesmc.
Signed-off-by: Juan Quintela
---
hw/misc/pvpanic.c | 11 ---
include/hw/misc/pvpanic.h | 11 ++-
tests/Makefile.include| 4 ++--
3 files changed, 12 insertions(+), 14 deletions(-)
diff
Signed-off-by: Juan Quintela
---
tests/Makefile.include | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 3b555660bd..b0aa79909b 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -276,8 +276,8 @@ gcov-fi
Signed-off-by: Juan Quintela
---
tests/Makefile.include | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index b3e707e8c3..ccf71bddcc 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -288,8 +288,8 @@ che
Signed-off-by: Juan Quintela
---
tests/Makefile.include | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 31d124ee44..b3e707e8c3 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -222,8 +222,8 @@ check-q
Signed-off-by: Juan Quintela
---
tests/Makefile.include | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index ccf71bddcc..3a78ada070 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -280,8 +280,8 @@ che
Signed-off-by: Juan Quintela
---
tests/Makefile.include | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 188f555600..0ac4b960bc 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -296,10 +296,10 @@ c
Signed-off-by: Juan Quintela
---
tests/Makefile.include | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 3a78ada070..27f50e3231 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -282,8 +282,8 @@ che
On 17.07.2018 13:33, Juan Quintela wrote:
> Signed-off-by: Juan Quintela
> ---
> tests/Makefile.include | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/tests/Makefile.include b/tests/Makefile.include
> index b0aa79909b..868a41986b 100644
> --- a/tests/Makefile.incl
Signed-off-by: Juan Quintela
---
tests/Makefile.include | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 27f50e3231..731443387d 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -284,8 +284,8 @@ check-q
Signed-off-by: Juan Quintela
---
tests/Makefile.include | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 731443387d..188f555600 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -243,8 +243,8 @@ gcov-
On 17.07.2018 13:33, Juan Quintela wrote:
> test-file-redirector uses rtl8139 in everything except s390.
>
> Signed-off-by: Juan Quintela
> ---
> tests/Makefile.include | 8
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/tests/Makefile.include b/tests/Makefile.inclu
On 17.07.2018 13:33, Juan Quintela wrote:
> Signed-off-by: Juan Quintela
> ---
> tests/Makefile.include | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/Makefile.include b/tests/Makefile.include
> index 3d146310f0..af395b5f22 100644
> --- a/tests/Makefile.includ
On 17.07.2018 13:33, Juan Quintela wrote:
> Signed-off-by: Juan Quintela
> ---
> tests/Makefile.include | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/Makefile.include b/tests/Makefile.include
> index 47aea32193..e9dd3e8928 100644
> --- a/tests/Makefile.includ
On 17.07.2018 13:33, Juan Quintela wrote:
> Signed-off-by: Juan Quintela
> ---
> tests/Makefile.include | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/Makefile.include b/tests/Makefile.include
> index 868a41986b..f635517a68 100644
> --- a/tests/Makefile.includ
On 17.07.2018 13:33, Juan Quintela wrote:
> Signed-off-by: Juan Quintela
> ---
> tests/Makefile.include | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/Makefile.include b/tests/Makefile.include
> index c6156fe105..3d146310f0 100644
> --- a/tests/Makefile.includ
On 17.07.2018 13:33, Juan Quintela wrote:
> Signed-off-by: Juan Quintela
> ---
> tests/Makefile.include | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/Makefile.include b/tests/Makefile.include
> index e9dd3e8928..ae77d26932 100644
> --- a/tests/Makefile.includ
On 17.07.2018 13:33, Juan Quintela wrote:
> Signed-off-by: Juan Quintela
> ---
> tests/Makefile.include | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/tests/Makefile.include b/tests/Makefile.include
> index 560f486416..a039b70f9b 100644
> --- a/tests/Makefile.incl
On 17.07.2018 13:33, Juan Quintela wrote:
> Signed-off-by: Juan Quintela
> ---
> tests/Makefile.include | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/Makefile.include b/tests/Makefile.include
> index ae77d26932..560f486416 100644
> --- a/tests/Makefile.includ
On 17.07.2018 13:33, Juan Quintela wrote:
> Signed-off-by: Juan Quintela
> ---
> tests/Makefile.include | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/Makefile.include b/tests/Makefile.include
> index af395b5f22..691f853ab6 100644
> --- a/tests/Makefile.includ
Signed-off-by: Juan Quintela
---
tests/Makefile.include | 4 ++--
tests/cdrom-test.c | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index bb1080ecb5..6565206a78 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.inc
Hi
Notice that this is an RFC because they don't work. As said on my
previous submmision, we need -softmmu/config-devices.h to make
this work. This series just allow us to disable the devices, but not
to enable it back O:-)
Notice:
- scsi stuff: we are testing they in cdrom-test.c, so we need
Signed-off-by: Juan Quintela
---
tests/cdrom-test.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/cdrom-test.c b/tests/cdrom-test.c
index 42c29524b8..bab2ecc306 100644
--- a/tests/cdrom-test.c
+++ b/tests/cdrom-test.c
@@ -140,9 +140,11 @@ static void add_x86_tests(void)
qtest_a
Signed-off-by: Juan Quintela
---
tests/cdrom-test.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/cdrom-test.c b/tests/cdrom-test.c
index bab2ecc306..0d7dff6da5 100644
--- a/tests/cdrom-test.c
+++ b/tests/cdrom-test.c
@@ -134,12 +134,14 @@ static void add_x86_tests(void)
Signed-off-by: Juan Quintela
---
tests/boot-serial-test.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/boot-serial-test.c b/tests/boot-serial-test.c
index 952a2e7ead..3f7c46fdf7 100644
--- a/tests/boot-serial-test.c
+++ b/tests/boot-serial-test.c
@@ -87,11 +87,13 @@ static testdef_
Signed-off-by: Juan Quintela
---
tests/Makefile.include | 4 ++--
tests/bios-tables-test.c | 4
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 0ac4b960bc..bb1080ecb5 100644
--- a/tests/Makefile.include
+++ b/tests/Makefi
Signed-off-by: Juan Quintela
---
hw/virtio/virtio-pci.c | 5 -
tests/Makefile.include | 6 +++---
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/hw/virtio/virtio-pci.c b/hw/virtio/virtio-pci.c
index 3a01fe90f0..bdbc7ab78d 100644
--- a/hw/virtio/virtio-pci.c
+++ b/hw/virtio/vir
Signed-off-by: Juan Quintela
---
tests/bios-tables-test.c | 4
1 file changed, 4 insertions(+)
diff --git a/tests/bios-tables-test.c b/tests/bios-tables-test.c
index fd59c7f9a2..1de6e3d58c 100644
--- a/tests/bios-tables-test.c
+++ b/tests/bios-tables-test.c
@@ -825,6 +825,7 @@ static void t
Signed-off-by: Juan Quintela
---
tests/usb-hcd-xhci-test.c | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/tests/usb-hcd-xhci-test.c b/tests/usb-hcd-xhci-test.c
index 5b1b681bf2..be80c5f032 100644
--- a/tests/usb-hcd-xhci-test.c
+++ b/tests/usb-hcd-xhci-test.c
@@ -35,6 +35
The full of it. Introspection is able to search for drivers that you
aren't there, so just disable it.
Signed-off-by: Juan Quintela
---
hw/virtio/virtio-pci.c | 4
1 file changed, 4 insertions(+)
diff --git a/hw/virtio/virtio-pci.c b/hw/virtio/virtio-pci.c
index 75c96990c0..987d7c0a5a 100
Signed-off-by: Juan Quintela
---
tests/Makefile.include| 2 +-
tests/usb-hcd-uhci-test.c | 5 -
tests/usb-hcd-xhci-test.c | 4
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 6565206a78..9193945c24 100644
--- a/test
Signed-off-by: Juan Quintela
---
tests/Makefile.include | 4 ++--
tests/display-vga-test.c | 4
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index a9cb5e926b..c4d68061e5 100644
--- a/tests/Makefile.include
+++ b/tests/Makefi
On Mon, Jul 16, 2018 at 07:18:28PM +0200, Markus Armbruster wrote:
> Peter Xu writes:
>
> > Based-on: <20180703085358.13941-1-arm...@redhat.com>
>
> Now in master.
>
> > This work is based on Markus's latest out-of-band fixes:
> > "[PATCH v2 00/32] ] qmp: Fixes and cleanups around OOB command
On 17.07.2018 13:33, Juan Quintela wrote:
> Signed-off-by: Juan Quintela
> ---
> tests/Makefile.include | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/Makefile.include b/tests/Makefile.include
> index a56d423303..3b555660bd 100644
> --- a/tests/Makefile.includ
Signed-off-by: Juan Quintela
---
tests/Makefile.include | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index bb30c56795..7feda20577 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -204,10 +204,10 @@ c
On 17.07.2018 13:33, Juan Quintela wrote:
> Signed-off-by: Juan Quintela
> ---
> tests/Makefile.include | 8
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/tests/Makefile.include b/tests/Makefile.include
> index 691f853ab6..5a3943c81c 100644
> --- a/tests/Makefile.in
Mike, I got a bug fix for you to consider for 3.0.
Marc-André, there's one remark for you inline.
Marc-André Lureau writes:
> Hi
>
> On Tue, Jul 17, 2018 at 7:53 AM, Markus Armbruster wrote:
>> Marc-André Lureau writes:
>>
>>> json_parser_parse_err() may return something else than a QDict, in
Signed-off-by: Juan Quintela
---
hw/virtio/virtio-pci.c | 6 --
tests/Makefile.include | 4 ++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/hw/virtio/virtio-pci.c b/hw/virtio/virtio-pci.c
index bdbc7ab78d..75c96990c0 100644
--- a/hw/virtio/virtio-pci.c
+++ b/hw/virtio/virt
On 17.07.2018 13:33, Juan Quintela wrote:
[...]
> @@ -319,15 +319,15 @@ check-qtest-m68k-y = tests/boot-serial-test$(EXESUF)
>
> check-qtest-microblaze-y = tests/boot-serial-test$(EXESUF)
>
> -check-qtest-mips-y = tests/endianness-test$(EXESUF)
> +check-qtest-mips-$(CONFIG_ISA_TESTDEV) = tests
Signed-off-by: Juan Quintela
---
tests/Makefile.include | 4 ++--
tests/cdrom-test.c | 4
tests/drive_del-test.c | 6 ++
3 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index c4d68061e5..74ee02348c 100644
--- a/tests/Mak
On 17.07.2018 13:33, Juan Quintela wrote:
> Signed-off-by: Juan Quintela
> ---
> tests/Makefile.include | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/Makefile.include b/tests/Makefile.include
> index 3b555660bd..b0aa79909b 100644
> --- a/tests/Makefile.includ
On Tue, 17 Jul 2018 14:04:09 +0200
Juan Quintela wrote:
> Signed-off-by: Juan Quintela
> ---
> hw/virtio/virtio-pci.c | 5 -
> tests/Makefile.include | 6 +++---
> 2 files changed, 7 insertions(+), 4 deletions(-)
>
> diff --git a/hw/virtio/virtio-pci.c b/hw/virtio/virtio-pci.c
> index 3a01
On Mon, 16 Jul 2018 14:59:47 +0200
Marc-André Lureau wrote:
> From: Stefan Berger
>
> The TPM Physical Presence interface consists of an ACPI part, a shared
> memory part, and code in the firmware. Users can send messages to the
> firmware by writing a code into the shared memory through invoki
On 16 July 2018 at 13:59, Thomas Huth wrote:
> As discovered recently, you can crash QEMU with a lot of devices
> that do not get the reference counting of child objects right.
> You just have to run 'device-list-properties' and call 'info qtree'
> afterwards.
> This patch series fixes these probl
On 17.07.2018 14:04, Juan Quintela wrote:
> Hi
>
> Notice that this is an RFC because they don't work. As said on my
> previous submmision, we need -softmmu/config-devices.h to make
> this work. This series just allow us to disable the devices, but not
> to enable it back O:-)
>
> Notice:
>
>
Thank you for the quick reply.
Version:
nadav@DESKTOP-4DUIS04:/mnt/c/Git/configsite$ dpkg -s qemu-user-static | grep
Version
Version: 1:2.11+dfsg-1ubuntu7.4
A log with verbose mode enabled is attached.
** Attachment added: "myerror3.txt"
https://bugs.launchpad.net/qemu/+bug/1782107/+attach
On 17.07.2018 13:33, Juan Quintela wrote:
> There was not possible to compile out pvpanic. Use the same trick
> that applesmc.
Either "It is not possible" or "There is no possibility" ? And that
"that" in the second sentence also sounds wrong.
Apart from that:
Reviewed-by: Thomas Huth
On Tue, Jul 17, 2018 at 01:33:38PM +0200, Juan Quintela wrote:
> If you don't want to compile everything, you configure
> config-devices.mak. And then make clean remove it, and make will
> create a default one without your configuration. Fix it by not
> removing it.
>
> Signed-off-by: Juan Quint
qemu_chr_parse_socket() fills all ChardevSocket fields, but that
doesn't reflect correctly the arguments given with the options / on
the command line. "reconnect" takes a number as argument, and the
default value is 0, which doesn't help to identify the missing
option. The other arguments have defa
1 - 100 of 286 matches
Mail list logo