[Qemu-devel] [PATCH 0/3] acpi_piix4: Add CPU eject handling

2012-01-13 Thread Vasilis Liaskovitis
This patch series adds support for CPU _EJ0 callback in Seabios and qemu-kvm. The first patch defines the CPU eject bitmap in Seabios and writes to it during the callback. The second patch adds empty stub functions to qemu-kvm to handle the bitmap writes. The third patch defines the eject method t

Re: [Qemu-devel] [PATCH 0/3] acpi_piix4: Add CPU eject handling

2012-01-13 Thread Vasilis Liaskovitis
On Fri, Jan 13, 2012 at 12:58:10PM +0100, Jan Kiszka wrote: > Please work against upstream (uq/master for kvm-related patches), not > qemu-kvm. It possibly makes no technical difference here, but we do not > want to let the code bases needlessly diverge again. If if does make a > difference and ups

Re: [Qemu-devel] [PATCH 0/3] acpi_piix4: Add CPU eject handling

2012-01-13 Thread Jan Kiszka
On 2012-01-13 12:11, Vasilis Liaskovitis wrote: > This patch series adds support for CPU _EJ0 callback in Seabios and qemu-kvm. > The first patch defines the CPU eject bitmap in Seabios and writes to it > during the callback. The second patch adds empty stub functions to qemu-kvm to > handle the bi