qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 08/10] ahci: add ahci emulation


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 08/10] ahci: add ahci emulation
Date: Wed, 17 Nov 2010 10:08:03 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100827 Red Hat/3.1.3-1.el6 Thunderbird/3.1.3

  Hi,

+static AHCIState *ahci_new(void)
+{
+    int i;
+

+static int pci_ahci_init(PCIDevice *dev)
+{

+    d->ahci = ahci_new();
+    d->ahci->irq = d->card.irq[0];
+    return 0;
+}

Hmm, no bus registered anywhere. Dunno whenever it makes sense to register ide bus(es) here or whenever we should create a new sata bus.

cheers,
  Gerd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]