* [Qemu-devel] 6a7ad29 regression
@ 2009-06-18 0:22 Consul
2009-07-10 21:36 ` Jordan Justen
0 siblings, 1 reply; 4+ messages in thread
From: Consul @ 2009-06-18 0:22 UTC (permalink / raw)
To: qemu-devel
This commit (6a7ad2998ca47711eddd191caa1a95f14459793f) makes Qemu freeze at startup (before OS is loaded).
Windows XP host and guest, qcow2 image.
Reverting it on top of the most current (42f1ced22) commit makes things run again.
qemu -L . -hda c:\qemu-img\xp2.q2 -boot c -localtime -soundhw es1370 -m 512 -net nic,model=rtl8139 -net tap,ifname=TAP0 -kernel-kqemu
Alex.
-------
Author: Dor Laor <dor@redhat.com> 2009-06-01 02:07:23
Committer: Anthony Liguori <aliguori@us.ibm.com> 2009-06-16 13:36:47
Tags: freezes
Parent: 3fe5c14e7472f88dddf837a9faa60f6abb2ec6bf (Remove dead code)
Child: 8c14c17395809dfb2b20bd3598e067d2c5af7dc4 (kvm: Fix IRQ injection into full queue)
Branches: master, pcap2, remotes/origin/master, test
Follows: bad
Precedes:
Call qemu_bh_delete at bdrv_aio_bh_cb.
Also replave qemu_bh_cancel with qemu_bh_delete in bdrv_aio_cancel_em.
Otherwise the bh will live forever in the bh list.
Signed-off-by: Dor Laor <dor@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] 6a7ad29 regression
2009-06-18 0:22 [Qemu-devel] 6a7ad29 regression Consul
@ 2009-07-10 21:36 ` Jordan Justen
2009-07-10 22:02 ` Anthony Liguori
0 siblings, 1 reply; 4+ messages in thread
From: Jordan Justen @ 2009-07-10 21:36 UTC (permalink / raw)
To: Consul, qemu-devel
[-- Attachment #1: Type: text/plain, Size: 1454 bytes --]
I found that 6a7ad2998ca47711eddd191caa1a95f14459793f also seems to break
the automatic fat disk generation functionality. (For example, '-hdb
fat:path/to/make/into/fat/disk')
I reverted 6a7ad29 on top of 52249f0f3c9f101a71ed24e207731525b8431c0a, and
it appeared to fix the issue.
-Jordan
On Wed, Jun 17, 2009 at 5:22 PM, Consul <void@aleksoft.net> wrote:
> This commit (6a7ad2998ca47711eddd191caa1a95f14459793f) makes Qemu freeze at
> startup (before OS is loaded).
> Windows XP host and guest, qcow2 image.
> Reverting it on top of the most current (42f1ced22) commit makes things run
> again.
>
> qemu -L . -hda c:\qemu-img\xp2.q2 -boot c -localtime -soundhw es1370 -m 512
> -net nic,model=rtl8139 -net tap,ifname=TAP0 -kernel-kqemu
>
>
> Alex.
> -------
>
>
> Author: Dor Laor <dor@redhat.com> 2009-06-01 02:07:23
> Committer: Anthony Liguori <aliguori@us.ibm.com> 2009-06-16 13:36:47
> Tags: freezes
> Parent: 3fe5c14e7472f88dddf837a9faa60f6abb2ec6bf (Remove dead code)
> Child: 8c14c17395809dfb2b20bd3598e067d2c5af7dc4 (kvm: Fix IRQ injection
> into full queue)
> Branches: master, pcap2, remotes/origin/master, test
> Follows: bad
> Precedes:
>
> Call qemu_bh_delete at bdrv_aio_bh_cb.
>
> Also replave qemu_bh_cancel with qemu_bh_delete in bdrv_aio_cancel_em.
> Otherwise the bh will live forever in the bh list.
>
> Signed-off-by: Dor Laor <dor@redhat.com>
> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
>
>
>
>
[-- Attachment #2: Type: text/html, Size: 2078 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] 6a7ad29 regression
2009-07-10 21:36 ` Jordan Justen
@ 2009-07-10 22:02 ` Anthony Liguori
2009-07-10 22:22 ` Jordan Justen
0 siblings, 1 reply; 4+ messages in thread
From: Anthony Liguori @ 2009-07-10 22:02 UTC (permalink / raw)
To: Jordan Justen; +Cc: Consul, qemu-devel
Jordan Justen wrote:
>
> I found that 6a7ad2998ca47711eddd191caa1a95f14459793f also seems to
> break the automatic fat disk generation functionality. (For example,
> '-hdb fat:path/to/make/into/fat/disk')
>
> I reverted 6a7ad29 on top of 52249f0f3c9f101a71ed24e207731525b8431c0a,
> and it appeared to fix the issue.
Latest git has a fix that should make the revert unnecessary. Please test.
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] 6a7ad29 regression
2009-07-10 22:02 ` Anthony Liguori
@ 2009-07-10 22:22 ` Jordan Justen
0 siblings, 0 replies; 4+ messages in thread
From: Jordan Justen @ 2009-07-10 22:22 UTC (permalink / raw)
To: Anthony Liguori; +Cc: Consul, qemu-devel
[-- Attachment #1: Type: text/plain, Size: 571 bytes --]
Yes, 0c3271c seems okay. Thanks Anthony.
On Fri, Jul 10, 2009 at 3:02 PM, Anthony Liguori <anthony@codemonkey.ws>wrote:
> Jordan Justen wrote:
>
>>
>> I found that 6a7ad2998ca47711eddd191caa1a95f14459793f also seems to break
>> the automatic fat disk generation functionality. (For example, '-hdb
>> fat:path/to/make/into/fat/disk')
>>
>> I reverted 6a7ad29 on top of 52249f0f3c9f101a71ed24e207731525b8431c0a, and
>> it appeared to fix the issue.
>>
>
> Latest git has a fix that should make the revert unnecessary. Please test.
>
> Regards,
>
> Anthony Liguori
>
>
[-- Attachment #2: Type: text/html, Size: 1060 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-07-10 22:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-18 0:22 [Qemu-devel] 6a7ad29 regression Consul
2009-07-10 21:36 ` Jordan Justen
2009-07-10 22:02 ` Anthony Liguori
2009-07-10 22:22 ` Jordan Justen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).