Re: [Qemu-devel] [PATCH] ahci: properly reset PxCMD on HBA reset

2012-09-04 Thread Jason Baron
On Fri, Aug 31, 2012 at 11:25:52PM -0700, Alexander Graf wrote: > On 31.08.2012, at 13:54, Jason Baron wrote: > > > On Fri, Aug 31, 2012 at 01:29:46PM -0700, Alexander Graf wrote: > >> On 31.08.2012, at 12:15, Jason Baron wrote: > >> > >>> On Fri, Aug 31, 2012 at 12:04:59PM -0700, Alexander Gra

Re: [Qemu-devel] [PATCH] ahci: properly reset PxCMD on HBA reset

2012-08-31 Thread Alexander Graf
On 31.08.2012, at 13:54, Jason Baron wrote: > On Fri, Aug 31, 2012 at 01:29:46PM -0700, Alexander Graf wrote: >> On 31.08.2012, at 12:15, Jason Baron wrote: >> >>> On Fri, Aug 31, 2012 at 12:04:59PM -0700, Alexander Graf wrote: On 31.08.2012, at 07:23, Jason Baron wrote: > On F

Re: [Qemu-devel] [PATCH] ahci: properly reset PxCMD on HBA reset

2012-08-31 Thread Jason Baron
On Fri, Aug 31, 2012 at 01:29:46PM -0700, Alexander Graf wrote: > On 31.08.2012, at 12:15, Jason Baron wrote: > > > On Fri, Aug 31, 2012 at 12:04:59PM -0700, Alexander Graf wrote: > >> On 31.08.2012, at 07:23, Jason Baron wrote: > >> > >>> On Fri, Aug 31, 2012 at 12:12:22PM +0200, Kevin Wolf wro

Re: [Qemu-devel] [PATCH] ahci: properly reset PxCMD on HBA reset

2012-08-31 Thread Jason Baron
On Fri, Aug 31, 2012 at 01:29:46PM -0700, Alexander Graf wrote: > On 31.08.2012, at 12:15, Jason Baron wrote: > > > On Fri, Aug 31, 2012 at 12:04:59PM -0700, Alexander Graf wrote: > >> On 31.08.2012, at 07:23, Jason Baron wrote: > >> > >>> On Fri, Aug 31, 2012 at 12:12:22PM +0200, Kevin Wolf wro

Re: [Qemu-devel] [PATCH] ahci: properly reset PxCMD on HBA reset

2012-08-31 Thread Alexander Graf
On 31.08.2012, at 12:15, Jason Baron wrote: > On Fri, Aug 31, 2012 at 12:04:59PM -0700, Alexander Graf wrote: >> On 31.08.2012, at 07:23, Jason Baron wrote: >> >>> On Fri, Aug 31, 2012 at 12:12:22PM +0200, Kevin Wolf wrote: Am 23.08.2012 23:09, schrieb Jason Baron: > While testing q35

Re: [Qemu-devel] [PATCH] ahci: properly reset PxCMD on HBA reset

2012-08-31 Thread Jason Baron
On Fri, Aug 31, 2012 at 12:04:59PM -0700, Alexander Graf wrote: > On 31.08.2012, at 07:23, Jason Baron wrote: > > > On Fri, Aug 31, 2012 at 12:12:22PM +0200, Kevin Wolf wrote: > >> Am 23.08.2012 23:09, schrieb Jason Baron: > >>> While testing q35, I found that windows 7 (specifically, windows 7 >

Re: [Qemu-devel] [PATCH] ahci: properly reset PxCMD on HBA reset

2012-08-31 Thread Alexander Graf
On 31.08.2012, at 07:23, Jason Baron wrote: > On Fri, Aug 31, 2012 at 12:12:22PM +0200, Kevin Wolf wrote: >> Am 23.08.2012 23:09, schrieb Jason Baron: >>> While testing q35, I found that windows 7 (specifically, windows 7 ultimate >>> with sp1 x64), wouldn't install because it can't find the cdro

Re: [Qemu-devel] [PATCH] ahci: properly reset PxCMD on HBA reset

2012-08-31 Thread Jason Baron
On Fri, Aug 31, 2012 at 12:12:22PM +0200, Kevin Wolf wrote: > Am 23.08.2012 23:09, schrieb Jason Baron: > > While testing q35, I found that windows 7 (specifically, windows 7 ultimate > > with sp1 x64), wouldn't install because it can't find the cdrom or disk > > drive. > > The failure message is:

Re: [Qemu-devel] [PATCH] ahci: properly reset PxCMD on HBA reset

2012-08-31 Thread Kevin Wolf
Am 23.08.2012 23:09, schrieb Jason Baron: > While testing q35, I found that windows 7 (specifically, windows 7 ultimate > with sp1 x64), wouldn't install because it can't find the cdrom or disk drive. > The failure message is: 'A required cd/dvd device driver is missing. If you > have a driver flop

Re: [Qemu-devel] [PATCH] ahci: properly reset PxCMD on HBA reset

2012-08-30 Thread Alexander Graf
On 30.08.2012, at 12:59, Jason Baron wrote: > On Fri, Aug 24, 2012 at 06:39:02AM +0200, Alexander Graf wrote: >>> While testing q35, I found that windows 7 (specifically, windows 7 ultimate >>> with sp1 x64), wouldn't install because it can't find the cdrom or disk >>> drive. >>> The failure m

Re: [Qemu-devel] [PATCH] ahci: properly reset PxCMD on HBA reset

2012-08-30 Thread Jason Baron
On Fri, Aug 24, 2012 at 06:39:02AM +0200, Alexander Graf wrote: > > While testing q35, I found that windows 7 (specifically, windows 7 ultimate > > with sp1 x64), wouldn't install because it can't find the cdrom or disk > > drive. > > The failure message is: 'A required cd/dvd device driver is mis

Re: [Qemu-devel] [PATCH] ahci: properly reset PxCMD on HBA reset

2012-08-24 Thread Luiz Capitulino
On Fri, 24 Aug 2012 07:34:51 -0700 Alexander Graf wrote: > > > Am 24.08.2012 um 07:18 schrieb Luiz Capitulino : > > > On Thu, 23 Aug 2012 17:09:25 -0400 > > Jason Baron wrote: > > > >> While testing q35, I found that windows 7 (specifically, windows 7 ultimate > >> with sp1 x64), wouldn't in

Re: [Qemu-devel] [PATCH] ahci: properly reset PxCMD on HBA reset

2012-08-24 Thread Alexander Graf
Am 24.08.2012 um 07:18 schrieb Luiz Capitulino : > On Thu, 23 Aug 2012 17:09:25 -0400 > Jason Baron wrote: > >> While testing q35, I found that windows 7 (specifically, windows 7 ultimate >> with sp1 x64), wouldn't install because it can't find the cdrom or disk >> drive. >> The failure messa

Re: [Qemu-devel] [PATCH] ahci: properly reset PxCMD on HBA reset

2012-08-24 Thread Luiz Capitulino
On Thu, 23 Aug 2012 17:09:25 -0400 Jason Baron wrote: > While testing q35, I found that windows 7 (specifically, windows 7 ultimate > with sp1 x64), wouldn't install because it can't find the cdrom or disk drive. > The failure message is: 'A required cd/dvd device driver is missing. If you > have

Re: [Qemu-devel] [PATCH] ahci: properly reset PxCMD on HBA reset

2012-08-23 Thread Alexander Graf
On 23.08.2012, at 23:09, Jason Baron wrote: > While testing q35, I found that windows 7 (specifically, windows 7 ultimate > with sp1 x64), wouldn't install because it can't find the cdrom or disk drive. > The failure message is: 'A required cd/dvd device driver is missing. If you > have a driver

[Qemu-devel] [PATCH] ahci: properly reset PxCMD on HBA reset

2012-08-23 Thread Jason Baron
While testing q35, I found that windows 7 (specifically, windows 7 ultimate with sp1 x64), wouldn't install because it can't find the cdrom or disk drive. The failure message is: 'A required cd/dvd device driver is missing. If you have a driver floppy disk, CD, DVD, or USB flash drive, please inser