[Qemu-devel] [Bug 568442] Re: libdis and libdis-user not ignored

2010-06-02 Thread Anthony Liguori
This patch should be submitted on qemu-devel. ** Changed in: qemu Status: New = Invalid -- libdis and libdis-user not ignored https://bugs.launchpad.net/bugs/568442 You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. Status in

[Qemu-devel] [Bug 432154] Re: dynamic block device attach/detach not functional with karmic KVM

2010-06-02 Thread Anthony Liguori
** Changed in: qemu Status: Fix Committed = Fix Released -- dynamic block device attach/detach not functional with karmic KVM https://bugs.launchpad.net/bugs/432154 You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. Status in QEMU:

[Qemu-devel] [Bug 588748] Re: QEMU fails to boot DR DOS Plus since 0.6.1

2010-06-02 Thread Roy Tam
This patch doesn't seem correct as the spec is pretty clear that THRE interrupt enable is set to high, then an interrupt is rased if LSR.THRE=1. Does the following also make DOSPlus boot again: No it doesn't. Same as unpatched. -- QEMU fails to boot DR DOS Plus since 0.6.1

[Qemu-devel] Re: Unposted reserved_va patch

2010-06-02 Thread Paul Brook
Re: 68a1c816868b3e35a1da698af412b29e61b1948a In general, I like the idea (especially since I've proposed it before. ;-) However: +if (have_guest_base) { +flags |= MAP_FIXED; +} I think this is broken. If the user specifies -G n -R m they're hoping or

Re: [Qemu-devel] [PATCH] Name the default PCI bus pci.0 on all architectures

2010-06-02 Thread Paul Brook
Hi, I disagree. Anything that depends on device creation order is fundamentally broken. If you want to create globally unique user-friendly tags for devices or busses then that is a completely different problem, and should be done via explicit aliases. For anything created via

Re: [Qemu-devel] [PATCH 2/3] qemu-thread: add cleanup_push() and cleanup_pop()

2010-06-02 Thread Paul Brook
From pthread man: These functions manipulate the calling thread's stack of thread-cancellation clean-up handlers. A clean-up handler is a function that is automatically executed when a thread is canceled [...] it might, for example, unlock a mutex so that it becomes available to

Re: [Qemu-devel] [PATCH v3 02/17] qdev: Fix scanning across single-bus devices

2010-06-02 Thread Paul Brook
From: Jan Kiszka jan.kis...@siemens.com As long as we allow /dev.1 as shortcut for /dev1/bus1, we also have to make sure that /dev1/dev2 works for /dev1/bus1/dev2/bus2 - as long as there is only one child bus per device. How about we make this explicit in the syntax by having a different

<    1   2   3