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
>
>
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
>>
>> /source/qemu/migration/vmsta
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 &&
> +
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, &pfn_min, &pfn_max) < 0)
Isn't this leaking "page" ?
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 trigge
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)
> >> - tell_hos
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 consideri
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 s
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;
>> +}
>
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 co_aio_sleep_ns(AioCon
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 releas
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 black
** 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 description
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 being curious why i
** 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)
Sta
15 matches
Mail list logo