qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 2/5] pseries: Instantiate USB if requested


From: Li Zhang
Subject: Re: [Qemu-devel] [PATCH 2/5] pseries: Instantiate USB if requested
Date: Sat, 4 Aug 2012 15:34:35 +0800

On Tue, Jul 31, 2012 at 3:36 PM, Benjamin Herrenschmidt
<address@hidden> wrote:
> On Tue, 2012-07-31 at 16:09 +1000, David Gibson wrote:
>> The pseries machine currently ignores the -usb command line option.
>> This patch corrects the problem by having it instantiate a PCI OHCI
>> USB host controller when -usb is specified.
>>
>> Signed-off-by: David Gibson <address@hidden>
>
> Same comment as the -vga patch, Li's been dealing with that lately,
> Li, can you update us on the status of those patches ?

Sorry to miss this mail.
I send out the v6 version. -:)

>
> Cheers,
> Ben.
>
>> ---
>>  hw/spapr.c |    7 +++++++
>>  1 file changed, 7 insertions(+)
>>
>> diff --git a/hw/spapr.c b/hw/spapr.c
>> index ab5a0c2..740881b 100644
>> --- a/hw/spapr.c
>> +++ b/hw/spapr.c
>> @@ -45,6 +45,7 @@
>>  #include "kvm.h"
>>  #include "kvm_ppc.h"
>>  #include "pci.h"
>> +#include "usb.h"
>>
>>  #include "exec-memory.h"
>>
>> @@ -710,6 +711,12 @@ static void ppc_spapr_init(ram_addr_t ram_size,
>>          spapr_vscsi_create(spapr->vio_bus);
>>      }
>>
>> +    /* USB */
>> +    if (usb_enabled) {
>> +        pci_create_simple(QLIST_FIRST(&spapr->phbs)->host_state.bus,
>> +                          -1, "pci-ohci");
>> +    }
>> +
>>      if (rma_size < (MIN_RMA_SLOF << 20)) {
>>          fprintf(stderr, "qemu: pSeries SLOF firmware requires >= "
>>                  "%ldM guest RMA (Real Mode Area memory)\n", MIN_RMA_SLOF);
>
>



-- 

Best Regards
-Li



reply via email to

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