[Qemu-devel] [Bug 1726394] Re: Passes through prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, address)

2017-11-04 Thread Bug Watch Updater
** Changed in: qemu (Debian) Status: Unknown => Confirmed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1726394 Title: Passes through prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, address)

Re: [Qemu-devel] [PATCH 2/4] openrisc: fix float32 and float64 helper definitions

2017-11-04 Thread Stafford Horne
Hello, On Fri, Nov 03, 2017 at 09:26:22PM +0100, Laurent Vivier wrote: > Signed-off-by: Laurent Vivier There is no commit body here, do we need one? I can see in your cover letter its mentioned this was revealed after enabling "USE_SOFTFLOAT_STRUCT_TYPES". However, I'm just

[Qemu-devel] [Bug 893367] Re: HPET supports only one IRQ

2017-11-04 Thread Thomas Huth
** Changed in: qemu Status: Incomplete => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/893367 Title: HPET supports only one IRQ Status in QEMU: Fix Released Bug

[Qemu-devel] [Bug 1730101] [NEW] The guest is only starting after its SDL window gets focus

2017-11-04 Thread Michal Rus
Public bug reported: I’m using i3wm and have workspace assigning rules that make QEMU’s SDL window be assigned to a workspace I don’t really switch to. When I run start a guest machine, its SDL window is moved to that workspace (I never see it); but the machine freezes after displaying that

[Qemu-devel] [Bug 1730099] [NEW] Sometimes, when not touching the SDL window, the guest freezes

2017-11-04 Thread Michal Rus
Public bug reported: I often just run some development guest machine, and leave its SDL window on a workspace I don’t touch, and only interact with it via TCP. And sometimes, the guest just freezes. After it gets the focus back, it comes back to life (starts responding via network). QEMU

Re: [Qemu-devel] coroutine question, for NBD debugging

2017-11-04 Thread Paolo Bonzini
On 03/11/2017 21:03, Eric Blake wrote: > In include/qemu/coroutine.h, we have: > > /** > * Yield the coroutine for a given duration > * > * Behaves similarly to co_sleep_ns(), but the sleeping coroutine will be > * resumed when using aio_poll(). > */ > void coroutine_fn

Re: [Qemu-devel] [SeaBIOS] [PATCH] Ignore sgabios rom in case sercon is enabled.

2017-11-04 Thread Paolo Bonzini
On 04/11/2017 11:09, Peter Stuge wrote: >> +if (strcmp(file->name, "vgaroms/sgabios.bin") == 0 && >> +CONFIG_SERCON && romfile_loadint("etc/sercon-port", 0)) { >> +dprintf(1, "sercon: is enabled, not loading sgabios rom.\n"); >> +continue; >> +}

Re: [Qemu-devel] [Qemu-arm] [PATCH 0/4] softfloat: fix some helper definitions

2017-11-04 Thread Philippe Mathieu-Daudé
On 11/04/2017 05:55 AM, Laurent Vivier wrote: > Le 03/11/2017 à 22:51, Philippe Mathieu-Daudé a écrit : >>> On 11/03/2017 05:26 PM, Laurent Vivier wrote: This series fixes some errors found by enabling USE_SOFTFLOAT_STRUCT_TYPES. >> [...] >>> >>> I'm getting those errors: >>> >>> $ make

Re: [Qemu-devel] [PATCH] docker: Improved image checksum

2017-11-04 Thread Fam Zheng
On Fri, 11/03 21:12, Fam Zheng wrote: > When a base image locally defined by QEMU, such as in the debian images, > is updated, the dockerfile checksum mechanism in docker.py still skips > updating the derived image, because it only looks at the literal content > of the dockerfile, without

Re: [Qemu-devel] [PATCH v17 4/6] virtio-balloon: VIRTIO_BALLOON_F_SG

2017-11-04 Thread Tetsuo Handa
Wei Wang wrote: > On 11/03/2017 07:25 PM, Tetsuo Handa wrote: > >> @@ -184,8 +307,12 @@ static unsigned fill_balloon(struct virtio_balloon > >> *vb, size_t num) > >> > >>num_allocated_pages = vb->num_pfns; > >>/* Did we get any? */ > >> - if (vb->num_pfns != 0) > >> -

[Qemu-devel] [Bug 893367] Re: HPET supports only one IRQ

2017-11-04 Thread Julian Stecklina
No. Looks good to me. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/893367 Title: HPET supports only one IRQ Status in QEMU: Incomplete Bug description: The emulated HPET only supports

Re: [Qemu-devel] [PATCH v17 4/6] virtio-balloon: VIRTIO_BALLOON_F_SG

2017-11-04 Thread Wei Wang
On 11/03/2017 07:25 PM, Tetsuo Handa wrote: Wei Wang wrote: @@ -164,6 +284,8 @@ static unsigned fill_balloon(struct virtio_balloon *vb, size_t num) break; } + if (use_sg && xb_set_page(vb, page, _min, _max) < 0) Isn't this leaking "page" ? Right,

Re: [Qemu-devel] [SeaBIOS] [PATCH] Ignore sgabios rom in case sercon is enabled.

2017-11-04 Thread Peter Stuge
Gerd Hoffmann wrote: > +++ b/src/optionroms.c > @@ -193,6 +193,11 @@ run_file_roms(const char *prefix, int isvga, u64 > *sources) > file = romfile_findprefix(prefix, file); > if (!file) > break; > +if (strcmp(file->name, "vgaroms/sgabios.bin") == 0 && > +

Re: [Qemu-devel] [Qemu-arm] [PATCH 0/4] softfloat: fix some helper definitions

2017-11-04 Thread Laurent Vivier
Le 03/11/2017 à 22:51, Philippe Mathieu-Daudé a écrit : >> On 11/03/2017 05:26 PM, Laurent Vivier wrote: >>> This series fixes some errors found by >>> enabling USE_SOFTFLOAT_STRUCT_TYPES. > [...] >> >> I'm getting those errors: >> >> $ make subdir-arm-softmmu -j2 >> >>

[Qemu-devel] PING: Re: [PATCH v3] linux-user/syscall.c: Handle SH4's exceptional alignment for p{read, write}64

2017-11-04 Thread John Paul Adrian Glaubitz
Ping. Please don't let this patch fall of the table. It's actually fixing a bug. Thanks, Adrian On 10/04/2017 10:38 AM, John Paul Adrian Glaubitz wrote: > Hi! > > Any chance that this patch gets merged soon? > > Looks like it has been reviewed by at least Richard and Philippe. > > Adrian >