Switch to the names suggested by Blue Swirl.
Signed-off-by: Markus Armbruster
---
hw/unin_pci.c | 24
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/hw/unin_pci.c b/hw/unin_pci.c
index f07c966..3ae4e7a 100644
--- a/hw/unin_pci.c
+++ b/hw/unin_pci.c
@@
On Sat, Dec 12, 2009 at 6:04 PM, Markus Armbruster wrote:
> Blue Swirl writes:
>
>> On Wed, Dec 9, 2009 at 11:43 AM, Markus Armbruster wrote:
>>> Ian Molton writes:
>>>
Markus Armbruster wrote:
> The place for verbose device names is DeviceInfo member desc. The
> name should
Blue Swirl writes:
> On Wed, Dec 9, 2009 at 11:43 AM, Markus Armbruster wrote:
>> Ian Molton writes:
>>
>>> Markus Armbruster wrote:
>>>
The place for verbose device names is DeviceInfo member desc. The
name should be short & sweet.
>>>
>>> Agreed, however...
>>>
>>> Why do these (ma
On Wed, Dec 9, 2009 at 11:43 AM, Markus Armbruster wrote:
> Ian Molton writes:
>
>> Markus Armbruster wrote:
>>
>>> The place for verbose device names is DeviceInfo member desc. The
>>> name should be short & sweet.
>>
>> Agreed, however...
>>
>> Why do these (maybe others) get caps in their nam
Ian Molton writes:
> Markus Armbruster wrote:
>
>> The place for verbose device names is DeviceInfo member desc. The
>> name should be short & sweet.
>
> Agreed, however...
>
> Why do these (maybe others) get caps in their names? they dont look
> right to me, compared to the others with nice nam
Markus Armbruster wrote:
> The place for verbose device names is DeviceInfo member desc. The
> name should be short & sweet.
Agreed, however...
Why do these (maybe others) get caps in their names? they dont look
right to me, compared to the others with nice names like usb-serial,
piix-ide, or c
Device names with whitespace require quoting in the shell and in the
monitor. Some of the offenders are also overly long. Some have a
more convenient alias, some don't.
The place for verbose device names is DeviceInfo member desc. The
name should be short & sweet.
Signed-off-by: Markus Armbrus