[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH v4 1/4] Add usb option in machine options
From: |
Andreas Färber |
Subject: |
Re: [Qemu-ppc] [PATCH v4 1/4] Add usb option in machine options |
Date: |
Fri, 29 Jun 2012 15:50:42 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120421 Thunderbird/12.0 |
Am 29.06.2012 10:27, schrieb Li Zhang:
> From: Li Zhang <address@hidden>
>
> pSeries machine needs to enable USB to add a USB
> keyboard or USB mouse. -usb option won't be used in
> the future, and machine options are a better way to
> enable USB.
>
> So this patch is to add USB option to machine options
> (-machine type=pseries,usb=on/off) to enable/disable
> USB controller. And machines will get the machine option
> and create a USB controller if USB is on.
>
> By the way, USB is on by default on pSeries machine.
> So USB controller should be turned off explicitly through
> the command line for "-nodefault" case as the following:
> -machine type=pseries,usb=off.
>
> Signed-off-by: Li Zhang <address@hidden>
Reviewed-by: Andreas Färber <address@hidden>
Thanks,
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
- [Qemu-ppc] [PATCH v4 0/4] Add USB option and enable vga on spapr, Li Zhang, 2012/06/29
- [Qemu-ppc] [PATCH v4 2/4] Add one new file vga-pci.h, Li Zhang, 2012/06/29
- [Qemu-ppc] [PATCH v4 1/4] Add usb option in machine options, Li Zhang, 2012/06/29
- [Qemu-ppc] [PATCH v4 3/4] Cleanup pc.h on other platforms, Li Zhang, 2012/06/29
- [Qemu-ppc] [PATCH v4 4/4] spapr: Add support for -vga option, Li Zhang, 2012/06/29
- Re: [Qemu-ppc] [Qemu-devel] [PATCH v4 0/4] Add USB option and enable vga on spapr, Li Zhang, 2012/06/29