On Mon, Feb 04, 2019 at 10:25:34AM -0500, Emilio G. Cota wrote:
> On Mon, Feb 04, 2019 at 12:20:33 +0100, Gerd Hoffmann wrote:
> > > How can I bisect seabios? I can't find a recipe to generate
> > > the .bin files included in this commit.
> >
> > "make -C roms bios" will build it, using the roms/s
From: pbonz...@redhat.com
This is a fix which was missed by patch
74c0b816adfc6aa1b01b4426fdf385e32e35cbac, which added current_step
parameter to the replay_advance_current_step function.
Signed-off-by: Pavel Dovgalyuk
---
replay/replay-internal.c |2 +-
1 file changed, 1 insertion(+), 1 d
GDB remote protocol supports reverse debugging of the targets.
It includes 'reverse step' and 'reverse continue' operations.
The first one finds the previous step of the execution,
and the second one is intended to stop at the last breakpoint that
would happen when the program is executed normally.
From: Pavel Dovgalyuk
This patch disables setting '-snapshot' option on by default
in record/replay mode. This is needed for creating vmstates in record
and replay modes.
Signed-off-by: Pavel Dovgalyuk
---
vl.c | 10 --
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/vl
This patch updates the description of the command lines for using
record/replay with attached block devices.
Signed-off-by: Pavel Dovgalyuk
---
docs/replay.txt | 12 +---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/docs/replay.txt b/docs/replay.txt
index 3497585f5a..2
From: Pavel Dovgalyuk
This patch enables making snapshots with blkreplay used in
block devices.
This function is required to make bdrv_snapshot_goto without
calling .bdrv_open which is not implemented.
Signed-off-by: Pavel Dovgalyuk
---
block/blkreplay.c |8
1 file changed, 8 inse
In record/replay mode bdrv queue is controlled by replay mechanism.
It does not allow saving or loading the snapshots
when bdrv queue is not empty. Stopping the VM is not blocked by nonempty
queue, but flushing the queue is still impossible there,
because it may cause deadlocks in replay mode.
This
After recent updates block devices cannot be closed on qemu exit.
This happens due to the block request polling when replay is not finished.
Therefore now we stop execution recording before closing the block devices.
Signed-off-by: Pavel Dovgalyuk
---
replay/replay.c |2 ++
vl.c|
Saving icount as a parameters of the snapshot allows navigation between
them in the execution replay scenario.
This information can be used for finding a specific snapshot for proceeding
the recorded execution to the specific moment of the time.
E.g., 'reverse step' action (introduced in one of the
This patch introduces replay_break, replay_delete_break
qmp and hmp commands.
These commands allow stopping at the specified instruction.
It may be useful for debugging when there are some known
events that should be investigated.
replay_break command has one argument - number of instructions
execu
This patch introduces the icount field for saving within the snapshot.
It is required for navigation between the snapshots in record/replay mode.
Signed-off-by: Pavel Dovgalyuk
Acked-by: Kevin Wolf
--
v2:
- documented format changes in docs/interop/qcow2.txt
(suggested by Eric Blake)
v10:
This patch adds an accessor function for the name of the record/replay
log file. Adding an accessor instead of making variable global,
prevents accidental modification of this variable by other modules.
Signed-off-by: Pavel Dovgalyuk
---
include/sysemu/replay.h |2 ++
replay/replay.c
Non-empty record/replay queue prevents saving and loading the VM state,
because it includes pending bottom halves and block coroutines.
But when the new VM state is loaded, we don't have to preserve the consistency
of the current state anymore. Therefore this patch just flushes the queue
allowing t
This patch introduces 'info replay' monitor command and
corresponding qmp request.
These commands request the current record/replay mode, replay log file
name, and the instruction count (number of recorded/replayed
instructions). The instruction count can be used with the
replay_seek/replay_break
This patch removes refactoring artifacts from the replay/replay-time.c
Signed-off-by: Pavel Dovgalyuk
---
replay/replay-time.c | 36
1 file changed, 16 insertions(+), 20 deletions(-)
diff --git a/replay/replay-time.c b/replay/replay-time.c
index 0df1693337
This patch adds replay.json file. It will be
used for adding record/replay-related data structures and commands.
Signed-off-by: Pavel Dovgalyuk
Reviewed-by: Markus Armbruster
--
v10:
- minor changes
---
MAINTAINERS |1 +
Makefile.objs |4 ++--
include/sysemu/rep
This patch adds support of the reverse continue operation for gdbstub.
Reverse continue finds the last breakpoint that would happen in normal
execution from the beginning to the current moment.
Implementation of the reverse continue replays the execution twice:
to find the breakpoints that were hit
This patch updates the documentation and describes usage of the reverse
debugging in QEMU+GDB.
Signed-off-by: Pavel Dovgalyuk
---
docs/replay.txt | 33 +
1 file changed, 33 insertions(+)
diff --git a/docs/replay.txt b/docs/replay.txt
index 2c2c5f6118..8447fdd35
This patch postpones the call of 'configure_rtc' function. This call
uses host clock to configure the rtc, but host clock access should be
recorded when using icount record/replay mode. Therefore now rtc
is configured after switching record/replay mode on.
Signed-off-by: Pavel Dovgalyuk
---
vl.c
This patch adds hmp/qmp commands replay_seek/replay-seek that proceed
the execution to the specified instruction count.
The command automatically loads nearest snapshot and replays the execution
to find the desired instruction count.
Signed-off-by: Pavel Dovgalyuk
Acked-by: Markus Armbruster
--
This patch renames replay_get_current_step() and related variables
to make these names consistent with hmp/qmp commands.
Signed-off-by: Pavel Dovgalyuk
---
blockdev.c|2 +-
include/sysemu/replay.h |2 +-
migration/savevm.c|2 +-
replay/replay-debugging.c |
This patch fixes shutdown of the replay process, which is terminated with
the assert when shutdown event is read from the log.
replay_finish_event reads new data_kind and therefore the value of data_kind
should be preserved to be valid at qemu_system_shutdown_request call.
Signed-off-by: Pavel Dov
GDB remote protocol supports two reverse debugging commands:
reverse step and reverse continue.
This patch adds support of the first one to the gdbstub.
Reverse step is intended to step one instruction in the backwards
direction. This is not possible in regular execution.
But replayed execution is
This patch introduces docs/devel/replay.txt which describes the rules
that should be followed to make virtual devices usable in record/replay mode.
Signed-off-by: Pavel Dovgalyuk
--
v9: fixed external virtual clock description (reported by Artem Pisarenko)
---
docs/devel/replay.txt | 46
Most of IO instructions can be executed only at the end of the block in
icount mode. Therefore translator can set cpu_can_io flag when translating
the last instruction.
But when the blocks are chained, then this flag is not reset and may
remain set at the beginning of the next block.
This patch res
icount-based record/replay uses qemu_clock_deadline_ns_all to measure
the period until vCPU may be interrupted.
This function takes in account the virtual timers, because they belong
to the virtual devices that may generate interrupt request or affect
the virtual machine state.
However, there are a
Replay is capable of recording normal BH events, but sometimes
there are single use callbacks scheduled with aio_bh_schedule_oneshot
function. This patch enables recording and replaying such callbacks.
Block layer uses these events for calling the completion function.
Replaying these calls makes th
On Fri, Feb 1, 2019 at 11:54 PM Cleber Rosa wrote:
> While working on the "boot_linux_console.py" tests, after a given
> rebase, I noticed that the ppc64 specific test began timing out. The
> original timeout set to the test was 60 seconds, and it "always" had
> room to spare when running either
On Mon, Feb 04, 2019 at 11:50:33AM +, Liam Merwick wrote:
> On 31/01/2019 08:03, Gerd Hoffmann wrote:
> > On Wed, Jan 30, 2019 at 02:37:02PM +, Liam Merwick wrote:
> > > From: Liam Merwick
> > >
> > > usb_ep_get() can return a Null pointer in the (albeit unlikely) case
> > > that a NULL U
On 02/04/19 22:55, Michael S. Tsirkin wrote:
> On Mon, Feb 04, 2019 at 08:46:33PM +0100, Philippe Mathieu-Daudé
> wrote:
>> Hi Michael,
>>
>> On 2/4/19 8:32 PM, Michael S. Tsirkin wrote:
>>> And question would be what if someone wanted a reproducible
>>> build of QEMU, what would be the right way
On Tue, Feb 05, 2019 at 08:29:29AM +0100, Thomas Huth wrote:
> The -no-frame option has been deprecated with QEMU v2.12. It was only
> useful with SDL1.2 - now that we've removed support for SDL1.2, we
> can certainly remove the -no-frame option, too.
Was about to do that too. Luckily I checked m
On Mon, Feb 04, 2019 at 01:20:43PM +0100, Sergio Lopez wrote:
> When the user raises their fingers from the touchpad, we may receive a
> GDK_SMOOTH_SCROLL event with delta_y == 0. Avoid generating a WHEEL_UP
> event in this situation.
>
> Signed-off-by: Sergio Lopez
Added to UI queue.
thanks,
On Mon, Feb 04, 2019 at 01:08:23PM +0100, Sergio Lopez wrote:
> On Wayland, without grabbing focus, two-finger scrolling generates
> GDK_SMOOTH_SCROLL events instead of GDK_SCROLL_*, so listen for them.
>
> Signed-off-by: Sergio Lopez
Added to UI queue.
thanks,
Gerd
On Mon, Feb 04, 2019 at 01:10:41PM +0100, Thomas Huth wrote:
> sdl_keysym.h has only been included by sdl.c which has recently been
> removed recently with this commit:
>
> 0015ca5cbabe0b31d31610ddfaafd90a9e5911a4
> ("ui: remove support for SDL1.2 in favour of SDL2")
>
> So we can drop this h
On Tue, 5 Feb 2019 00:29:14 +0100
Philippe Mathieu-Daudé wrote:
> On 2/4/19 11:55 PM, Eric Blake wrote:
> > Flag commit attribution tags that are unusual (often because they
> > were a typo), but only as a warning (because sometimes a humorous
> > or otherwise useful tag is intentionally supplied
On Thu, Jan 31, 2019 at 11:12:25PM -0800, Brendan Shanks wrote:
> macOS 10.14 deprecated NSOnState/NSOffState in favour of
> NSControlStateValueOn/NSControlStateValueOff. Use the new constants,
> and #define them to the old ones when compiling against a pre-10.13 SDK.
> Also [NSGraphicsContext grap
The patch adds some preparation parts for incompatible compression type
feature into QCOW2 header that indicates that *all* compressed clusters
must be (de)compressed using a certain compression type.
It is implied that the compression type is set on the image creation and
can be changed only late
On Fri, Feb 01, 2019 at 02:15:15PM +, Mark Cave-Ayland wrote:
> On 18/01/2019 13:33, Mark Cave-Ayland wrote:
>
> > On 03/01/2019 15:48, Corentin Labbe wrote:
> >
> >> Hello
> >>
> >> When using an initrd > 5M, I hit the following kernel crash:
> >> qemu-system-sparc -kernel vmlinux -initrd ro
On Mon, Feb 04, 2019 at 11:08:10AM +0100, Lukáš Hrázký wrote:
> Calls the new SPICE QXL interface function spice_qxl_set_device_info to
> set the hardware address of the graphics device represented by the QXL
> interface (e.g. a PCI path) and the device display IDs (the IDs of the
> device's monito
On Fri, Jan 25, 2019 at 03:47:23PM +0800, Chen Zhang wrote:
> From 0be823a56682be57fe0370bb91e4062ec7b47be5 Mon Sep 17 00:00:00 2001
> From: Chen Zhang
> Date: Fri, 25 Jan 2019 15:33:08 +0800
> Subject: [PATCH v2] ui/egl-helpers: Augment parameter list of
> egl_texture_blend() to convey scales of
On Tue, 5 Feb 2019 00:43:08 +0100
David Hildenbrand wrote:
> On 04.02.19 23:48, Collin Walling wrote:
> > Side note: unrelated to the changes here -- and if you can clarify for
> > me -- any idea why we do s->bus_no += 1? This throws me off a bit and
> > begs me to ask what exactly is the S390pc
On Mon, 4 Feb 2019 23:45:35 +0100
David Hildenbrand wrote:
> On 04.02.19 23:42, Collin Walling wrote:
> > On 2/4/19 4:54 PM, David Hildenbrand wrote:
> >> On 04.02.19 21:19, Collin Walling wrote:
> >>> On 1/30/19 10:57 AM, David Hildenbrand wrote:
> We decided to always create the PCI
On Mon, 4 Feb 2019 at 18:38, Paolo Bonzini wrote:
>
> The following changes since commit 773c4a6228fd910556cee2d477ee56c591a3:
>
> test-filter-mirror: pass UNIX domain socket through fd (2019-02-04 16:03:20
> +)
>
> are available in the git repository at:
>
> git://github.com/bonzini/
On Fri, 1 Feb 2019 16:06:43 +0100
David Hildenbrand wrote:
> On 01.02.19 11:19, Cornelia Huck wrote:
> > On Wed, 30 Jan 2019 16:57:33 +0100
> > David Hildenbrand wrote:
> >
> >> When resetting the guest we should unplug and remove all devices that
> >> are still pending.
> >>
> >> With this p
On 2019-02-04 22:04, Philippe Mathieu-Daudé wrote:
> In 47973a2dbf we split the last generic chipset out of the PC
> board, but forgot to remove the include of "hw/i386/pc.h".
> Since it is now unused, remove it.
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> hw/sparc64/sun4u.c | 1 -
> 1 fil
On 2019-02-04 22:04, Philippe Mathieu-Daudé wrote:
> In 47973a2dbf we split the last generic chipset out of the PC
> board, but forgot to remove the include of "hw/i386/pc.h".
> Since it is now unused, remove it.
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> hw/unicore32/puv3.c | 1 -
> 1 fi
On 2019-02-05 08:52, Gerd Hoffmann wrote:
> On Mon, Feb 04, 2019 at 04:10:37PM +0100, Thomas Huth wrote:
>>
>> Hi Gerd,
>>
>> I noticed that certain FreeDOS images are not working correctly anymore
>> with the current version of QEMU, for example
>> http://www.qemu-advent-calendar.org/2016/downloa
On Tue, Feb 05, 2019 at 10:31:24AM +0100, Thomas Huth wrote:
> On 2019-02-05 08:52, Gerd Hoffmann wrote:
> > On Mon, Feb 04, 2019 at 04:10:37PM +0100, Thomas Huth wrote:
> >>
> >> Hi Gerd,
> >>
> >> I noticed that certain FreeDOS images are not working correctly anymore
> >> with the current versi
On Tue, Feb 05, 2019 at 10:13:28AM +0100, Gerd Hoffmann wrote:
> On Mon, Feb 04, 2019 at 11:08:10AM +0100, Lukáš Hrázký wrote:
> > Calls the new SPICE QXL interface function spice_qxl_set_device_info to
> > set the hardware address of the graphics device represented by the QXL
> > interface (e.g. a
On 2019-02-05 10:42, Gerd Hoffmann wrote:
> On Tue, Feb 05, 2019 at 10:31:24AM +0100, Thomas Huth wrote:
>> On 2019-02-05 08:52, Gerd Hoffmann wrote:
>>> On Mon, Feb 04, 2019 at 04:10:37PM +0100, Thomas Huth wrote:
Hi Gerd,
I noticed that certain FreeDOS images are not working
On Wed, 30 Jan 2019 16:57:27 +0100
David Hildenbrand wrote:
> These are all the patches that are not yet upstream (@Conny you might
> already picked some, including them for the full picture) and after
> a good discussion yesterday, including a patch t get rid of the release
> timer. I ran a coup
On 2019-01-29 14:29, Jason J. Herne wrote:
> Move channel i/o setup code out to a separate function. This decouples cio
> setup from the virtio code path and allows us to make use of it for booting
> dasd devices.
>
> Signed-off-by: Jason J. Herne
> Acked-by: Halil Pasic
> Reviewed-by: Collin Wa
On 05.02.19 10:55, Cornelia Huck wrote:
> On Wed, 30 Jan 2019 16:57:27 +0100
> David Hildenbrand wrote:
>
>> These are all the patches that are not yet upstream (@Conny you might
>> already picked some, including them for the full picture) and after
>> a good discussion yesterday, including a pat
Am 04.02.2019 um 16:36 hat Vladimir Sementsov-Ogievskiy geschrieben:
> 04.02.2019 16:45, Markus Armbruster wrote:
> > Kevin Wolf writes:
> >
> >> Am 01.02.2019 um 19:39 hat Markus Armbruster geschrieben:
> >>> Andrey Shinkevich writes:
> >>>
> In the 'Format specific information' section of
On Mon, 4 Feb 2019 14:29:18 -0500
Farhan Ali wrote:
> On 02/04/2019 06:13 AM, Cornelia Huck wrote:
> > On Thu, 31 Jan 2019 12:31:00 -0500
> > Farhan Ali wrote:
> >
> >> On 01/29/2019 08:29 AM, Jason J. Herne wrote:
> >>> Add struct for format-0 ccws. Support executing format-0 channel
> >>>
On Mon, 4 Feb 2019 22:12:03 +0100
Philippe Mathieu-Daudé wrote:
> Introduced in cd390083ad1, these macros don't need to be in
> a generic header.
> Add documentation to justify their use.
>
> Signed-off-by: Philippe Mathieu-Daudé
> Reviewed-by: Stefano Garzarella
> Reviewed-by: David Gibson
On Tue, Feb 05, 2019 at 11:32:19AM +0100, Cornelia Huck wrote:
> On Mon, 4 Feb 2019 22:12:03 +0100
> Philippe Mathieu-Daudé wrote:
>
> > Introduced in cd390083ad1, these macros don't need to be in
> > a generic header.
> > Add documentation to justify their use.
> >
> > Signed-off-by: Philippe
On Tue, 5 Feb 2019 at 06:44, Markus Armbruster wrote:
> There are two justifiable function comment placement styles: (1) next to
> definition, and (2) next to declaration if it's in a header, else next
> to definition.
>
> The rationale for the latter is having the headers do double-duty as
> inte
Pass the keyboard state tracker handle down to keysym2scancode(),
so the code can fully inspect the keyboard state as needed. No
functional change.
Signed-off-by: Gerd Hoffmann
Reviewed-by: Daniel P. Berrangé
Message-id: 20190122092814.14919-8-kra...@redhat.com
---
ui/keymaps.h | 3 ++-
ui/cur
Use the new keyboard state tracked for gtk. Allows to drop the
gtk-specific modifier state tracking code.
Signed-off-by: Gerd Hoffmann
Reviewed-by: Daniel P. Berrangé
Message-id: 20190122092814.14919-6-kra...@redhat.com
---
include/ui/gtk.h | 2 ++
ui/gtk.c | 38 ++
From: Chen Zhang
This would help gtk-egl display showing scaled DMABuf cursor images when
gtk window was zoomed. A default scale of (1.0, 1.0) was presumed for
call sites where no scaling is needed.
Signed-off-by: Chen Zhang
Message-id: 23b229b3-3095-4dfb-8369-866784808...@me.com
Signed-off-by:
From: Sergio Lopez
When the user raises their fingers from the touchpad, we may receive a
GDK_SMOOTH_SCROLL event with delta_y == 0. Avoid generating a WHEEL_UP
event in this situation.
Signed-off-by: Sergio Lopez
Message-id: 20190204122043.43007-1-...@redhat.com
Signed-off-by: Gerd Hoffmann
-
From: Thomas Huth
The -no-frame option has been deprecated with QEMU v2.12. It was only
useful with SDL1.2 - now that we've removed support for SDL1.2, we
can certainly remove the -no-frame option, too.
Signed-off-by: Thomas Huth
Message-id: 1549351769-19620-1-git-send-email-th...@redhat.com
Si
The following changes since commit 773c4a6228fd910556cee2d477ee56c591a3:
test-filter-mirror: pass UNIX domain socket through fd (2019-02-04 16:03:20
+)
are available in the git repository at:
git://git.kraxel.org/qemu tags/ui-20190205-pull-request
for you to fetch changes up to
Now that most user interfaces are using QKeyCodes it is easier to have
common keyboard code useable by all user interfaces.
This patch adds helper code to track the state of all keyboard keys,
using a bitmap indexed by QKeyCode. Modifier state is tracked too,
as separate bitmap. That makes check
Use the new keyboard state tracked for vnc. Allows to drop the
vnc-specific modifier state tracking code.
Signed-off-by: Gerd Hoffmann
Reviewed-by: Daniel P. Berrangé
Message-id: 20190122092814.14919-7-kra...@redhat.com
---
ui/vnc.h | 5 ++-
ui/vnc.c | 120 ++-
From: Thomas Huth
sdl_keysym.h has only been included by sdl.c which has recently been
removed recently with this commit:
0015ca5cbabe0b31d31610ddfaafd90a9e5911a4
("ui: remove support for SDL1.2 in favour of SDL2")
So we can drop this header file now completely, too.
Signed-off-by: Thomas
From: Brendan Shanks
macOS 10.14 deprecated NSOnState/NSOffState in favour of
NSControlStateValueOn/NSControlStateValueOff. Use the new constants,
and #define them to the old ones when compiling against a pre-10.13 SDK.
Also [NSGraphicsContext graphicsPort] is now deprecated, use
[NSGraphicsConte
Use the new keyboard state tracked for sdl2. We can drop the modifier
state tracking from sdl2. Also keyup code is simpler, the state tracker
will take care to not send suspious keyup events to the guest.
Signed-off-by: Gerd Hoffmann
Reviewed-by: Daniel P. Berrangé
Message-id: 20190122092814.1
From: Sergio Lopez
On Wayland, without grabbing focus, two-finger scrolling generates
GDK_SMOOTH_SCROLL events instead of GDK_SCROLL_*, so listen for them.
Signed-off-by: Sergio Lopez
Message-id: 20190204120823.41333-1-...@redhat.com
Signed-off-by: Gerd Hoffmann
---
ui/gtk.c | 1 +
1 file cha
Also: sdl2_process_key is never called with scon == NULL.
Signed-off-by: Gerd Hoffmann
Reviewed-by: Daniel P. Berrangé
Message-id: 20190122092814.14919-5-kra...@redhat.com
---
ui/sdl2-input.c | 7 +++
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/ui/sdl2-input.c b/ui/sdl2-in
It is possible that the modifier state on keyup is different from the
modifier state on keydown. In that case the keycode lookup can end up
with different keys in case multiple keysym -> keycode mappings exist,
because it picks the mapping depending on modifier state.
To fix that change the looku
No users left, dead code.
Signed-off-by: Gerd Hoffmann
Message-id: 20190122092814.14919-3-kra...@redhat.com
---
include/ui/sdl2.h | 1 -
ui/sdl2-input.c | 16
2 files changed, 17 deletions(-)
diff --git a/include/ui/sdl2.h b/include/ui/sdl2.h
index f6db642b65..71f5cfc6e3 100
On Mon, 4 Feb 2019 at 19:03, Max Filippov wrote:
>
> Hi Peter,
>
> please pull the following series that enables SMP linux support for
> xtensa-softmmu.
>
> The following changes since commit 8b7a3e1e5434b55d7710071b00af97c7086cab7a:
>
> Merge remote-tracking branch 'remotes/stefanha/tags/block-
On Tue, Feb 05, 2019 at 10:56:51AM +, Peter Maydell wrote:
> On Tue, 5 Feb 2019 at 06:44, Markus Armbruster wrote:
> > There are two justifiable function comment placement styles: (1) next to
> > definition, and (2) next to declaration if it's in a header, else next
> > to definition.
> >
> >
Use git archive to create tarballs of qemu and submodules instead of
cloning the repository and the submodules. This is a order of magnitude
faster because it doesn't fetch the submodules from the internet each
time the script runs.
Signed-off-by: Gerd Hoffmann
---
scripts/archive-source.sh | 6
Patchew URL: https://patchew.org/QEMU/20190205112315.23454-1-kra...@redhat.com/
Hi,
This series seems to have some coding style problems. See output below for
more information:
Subject: [Qemu-devel] [PATCH v4] scripts: use git archive in archive-source
Type: series
Message-id: 20190205112315.2
On 05/02/19 10:35, Peter Maydell wrote:
> On Mon, 4 Feb 2019 at 18:38, Paolo Bonzini wrote:
>>
>> The following changes since commit 773c4a6228fd910556cee2d477ee56c591a3:
>>
>> test-filter-mirror: pass UNIX domain socket through fd (2019-02-04
>> 16:03:20 +)
>>
>> are available in the g
On Mon, 4 Feb 2019, Peter Maydell wrote:
On Mon, 4 Feb 2019 at 09:01, David Gibson wrote:
The following changes since commit b3fc0af1ff5e922d4dd7c875394dbd26dc7313b4:
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
(2019-02-01 17:58:27 +)
are available in t
Patchew URL: https://patchew.org/QEMU/20190205112315.23454-1-kra...@redhat.com/
Hi,
This series failed the docker-mingw@fedora build test. Please find the testing
commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.
=== TEST SCRIPT BEGIN ===
#!
On Mon, 4 Feb 2019 16:31:02 +0100
Cornelia Huck wrote:
> On Thu, 31 Jan 2019 13:34:55 +0100
> Halil Pasic wrote:
>
> > On Thu, 31 Jan 2019 12:52:20 +0100
> > Cornelia Huck wrote:
> >
> > > On Wed, 30 Jan 2019 19:51:27 +0100
> > > Halil Pasic wrote:
> > >
> > > > On Wed, 30 Jan 2019 14:22:
On Mon, 4 Feb 2019 16:29:40 -0500
Eric Farman wrote:
> On 01/30/2019 08:22 AM, Cornelia Huck wrote:
> > The flow for processing ssch requests can be improved by splitting
> > the BUSY state:
> >
> > - CP_PROCESSING: We reject any user space requests while we are in
> >the process of translat
On Mon, 4 Feb 2019 14:25:34 -0500
Eric Farman wrote:
> On 01/30/2019 08:22 AM, Cornelia Huck wrote:
> > When we get a solicited interrupt, the start function may have
> > been cleared by a csch, but we still have a channel program
> > structure allocated. Make it safe to call the cp accessors in
On 2/5/19 5:11 AM, Thomas Huth wrote:
> On 2019-02-04 21:26, Philippe Mathieu-Daudé wrote:
>> This platform use standard PC devices connected to an ISA bus.
>> Networking is provided by a ne2000 chipset.
>>
>> Signed-off-by: Philippe Mathieu-Daudé
>> ---
>> hw/mips/Kconfig | 10 ++
>> 1 f
On 2/5/19 5:04 AM, Thomas Huth wrote:
> On 2019-02-04 21:26, Philippe Mathieu-Daudé wrote:
>> The Jazz use the RC4030 Asic to provide an EISA bus and DMA/IRQ. The
>> framebuffer display is managed by a G364, the network card is a Sonic
>> DP83932. A QLogic ESP216 provides a SCSI bus.
>>
>> Signed-o
On 2/4/19 9:26 PM, Philippe Mathieu-Daudé wrote:
> The Loongson 2E uses a Bonito64 system controller as North Bridge and a
> VT82C686 chipset as South Bridge. The network card chipset is a RTL8139D.
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> default-configs/mips64el-softmmu.mak | 3 ---
>
On 2/5/19 12:46 PM, BALATON Zoltan wrote:
> On Mon, 4 Feb 2019, Peter Maydell wrote:
>> On Mon, 4 Feb 2019 at 09:01, David Gibson
>> wrote:
>>>
>>> The following changes since commit
>>> b3fc0af1ff5e922d4dd7c875394dbd26dc7313b4:
>>>
>>> Merge remote-tracking branch 'remotes/kevin/tags/for-upstre
Daniel P. Berrangé writes:
> On Tue, Feb 05, 2019 at 10:56:51AM +, Peter Maydell wrote:
>> On Tue, 5 Feb 2019 at 06:44, Markus Armbruster wrote:
>> > There are two justifiable function comment placement styles: (1) next to
>> > definition, and (2) next to declaration if it's in a header, els
On Tue, 5 Feb 2019 12:52:29 +0100
Halil Pasic wrote:
> On Mon, 4 Feb 2019 16:31:02 +0100
> Cornelia Huck wrote:
>
> > On Thu, 31 Jan 2019 13:34:55 +0100
> > Halil Pasic wrote:
> >
> > > On Thu, 31 Jan 2019 12:52:20 +0100
> > > Cornelia Huck wrote:
> > >
> > > > On Wed, 30 Jan 2019 19:51
On Tue, 5 Feb 2019 at 01:52, Michael S. Tsirkin wrote:
> So I think I fixed the build errors. And who knows maybe
> that will fix the runtime ones somehow ..
> Could you try pls? Re-pushed to same tag.
these failures still remain:
unused variable for OSX and the BSDs:
tests/vhost-user-test.c:94
On Tue, 5 Feb 2019 at 11:27, Paolo Bonzini wrote:
>
> On 05/02/19 10:35, Peter Maydell wrote:
> > On Mon, 4 Feb 2019 at 18:38, Paolo Bonzini wrote:
> >>
> >> The following changes since commit
> >> 773c4a6228fd910556cee2d477ee56c591a3:
> >>
> >> test-filter-mirror: pass UNIX domain socket
On Tue, 5 Feb 2019 at 12:58, Thomas Huth wrote:
>
> The device can not be instantiated by the user and QEMU currently
> aborts when you try to use it:
>
> $ x86_64-softmmu/qemu-system-x86_64 -device cpu-cluster
> qemu-system-x86_64: hw/cpu/cluster.c:73: cpu_cluster_realize:
> Assertion `cbdata.cp
This patch enables QMP-based querying of the available CPU types for MIPS
and MIPS64 platforms.
Signed-off-by: Pavel Dovgalyuk
---
monitor.c|2 +-
target/mips/helper.c | 33 +
2 files changed, 34 insertions(+), 1 deletion(-)
diff --git a/monitor
The device can not be instantiated by the user and QEMU currently
aborts when you try to use it:
$ x86_64-softmmu/qemu-system-x86_64 -device cpu-cluster
qemu-system-x86_64: hw/cpu/cluster.c:73: cpu_cluster_realize:
Assertion `cbdata.cpu_count > 0' failed.
Aborted (core dumped)
Since this is an i
On Tue, 5 Feb 2019 at 02:46, Eric Blake wrote:
>
> POSIX says that it is better to use &&/|| and two separate test
> invocations than it is to try and use -a and -o (in fact, there
> are some tests that are inherently ambiguous to parse if the
> user passes in corner-case input like "(").
>
> Sinc
05.02.2019 13:00, Kevin Wolf wrote:
> Am 04.02.2019 um 16:36 hat Vladimir Sementsov-Ogievskiy geschrieben:
>> 04.02.2019 16:45, Markus Armbruster wrote:
>>> Kevin Wolf writes:
>>>
Am 01.02.2019 um 19:39 hat Markus Armbruster geschrieben:
> Andrey Shinkevich writes:
>
>> In the 'F
On Tue, 29 Jan 2019 at 17:54, Philippe Mathieu-Daudé wrote:
>
> Depending of the host hardware, copying and extracting VM images can
> take up to few minutes. Add verbosity to avoid the user to worry about
> VMs hanging.
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> tests/vm/centos | 3 ++-
On Tue, 29 Jan 2019 at 17:57, Philippe Mathieu-Daudé wrote:
>
> Various iotests scripts (run via 'make check-block') use bash
> specific extentions. OpenBSD comes with the Korn shell as default.
> Install bash to be able to run those tests.
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> tes
On 2019-02-05 14:09, Peter Maydell wrote:
> On Tue, 5 Feb 2019 at 12:58, Thomas Huth wrote:
>>
>> The device can not be instantiated by the user and QEMU currently
>> aborts when you try to use it:
>>
>> $ x86_64-softmmu/qemu-system-x86_64 -device cpu-cluster
>> qemu-system-x86_64: hw/cpu/cluster.
On Tue, 29 Jan 2019 at 17:59, Philippe Mathieu-Daudé wrote:
>
> Now than failing tests are commented out, let's reenable the testing
> of this OS.
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> tests/vm/openbsd | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/tests/
1 - 100 of 435 matches
Mail list logo