Re: [SeaBIOS] seabios: acpi: add _RMV control method for PCI devices

2010-12-12 Thread Marcelo Tosatti
On Sat, Dec 11, 2010 at 09:39:30AM +0200, Avi Kivity wrote: > On 12/08/2010 07:08 PM, Marcelo Tosatti wrote: > >Use _RMV method to indicate whether device can be removed. > > > >Data is retrieved from QEMU via I/O port 0xae0c. > > > > Where did this port come from? Its the next available addres

Re: [SeaBIOS] seabios: acpi: add _RMV control method for PCI devices

2010-12-12 Thread Kevin O'Connor
On Sun, Dec 12, 2010 at 09:49:16PM +0200, Gleb Natapov wrote: > On Sun, Dec 12, 2010 at 02:11:29PM -0500, Kevin O'Connor wrote: > > On Wed, Dec 08, 2010 at 03:08:59PM -0200, Marcelo Tosatti wrote: > > > Use _RMV method to indicate whether device can be removed. > > > > > > Data is retrieved from Q

Re: [SeaBIOS] seabios: acpi: add _RMV control method for PCI devices

2010-12-12 Thread Gleb Natapov
On Sun, Dec 12, 2010 at 02:11:29PM -0500, Kevin O'Connor wrote: > On Wed, Dec 08, 2010 at 03:08:59PM -0200, Marcelo Tosatti wrote: > > Use _RMV method to indicate whether device can be removed. > > > > Data is retrieved from QEMU via I/O port 0xae0c. > > > > Signed-off-by: Marcelo Tosatti > > T

Re: [SeaBIOS] How to add user-defined interrupt to SeaBIOS?

2010-12-12 Thread Kevin O'Connor
On Wed, Dec 08, 2010 at 06:00:04PM +0100, Andreas H. wrote: > Hi, > > as part of a small exercise project for university I have to add a > custom software interrupt to the bios code which is then used by some > later booting stages. I already had a close look to the sourcefiles > and although I do

Re: [SeaBIOS] [PATCH v2 0/4] ahci: a bunch of small fixes.

2010-12-12 Thread Kevin O'Connor
On Thu, Dec 09, 2010 at 08:39:44AM +0100, Gerd Hoffmann wrote: > Hi, > > Here is a bunch of small fixes for the ahci driver which accumulated > over the last week. > > [ v2: use pci_config_maskw, one patch updated ] I committed this series. -Kevin

Re: [SeaBIOS] [PATCHv2] Create separate IPL entry for each CD/DVD

2010-12-12 Thread Kevin O'Connor
On Tue, Dec 07, 2010 at 01:50:54PM +0200, Gleb Natapov wrote: > Current code creates only one IPL entry of type IPL_TYPE_CDROM even if > there are more then one CDROM drive present. If CDROM that the entry > refers to is not bootable there is no way to retry boot from another > CDROM. Fix this by c

Re: [SeaBIOS] seabios: acpi: add _RMV control method for PCI devices

2010-12-12 Thread Kevin O'Connor
On Wed, Dec 08, 2010 at 03:08:59PM -0200, Marcelo Tosatti wrote: > Use _RMV method to indicate whether device can be removed. > > Data is retrieved from QEMU via I/O port 0xae0c. > > Signed-off-by: Marcelo Tosatti Thanks Marcelo, Can you add acked-bys from the qemu/kvm maintaners? -Kevin ___