Markus Armbruster 021a131860 virtio-serial: Clean up virtser_bus_dev_print() output
Old version looks like this in info qtree (last four lines):

          dev: virtconsole, id ""
            dev-prop: is_console = 1
            dev-prop: nr = 0
            dev-prop: chardev = <null>
            dev-prop: name = <null>
             dev-prop-int: id: 0
             dev-prop-int: guest_connected: 1
             dev-prop-int: host_connected: 0
             dev-prop-int: throttled: 0

Indentation is off, and "dev-prop-int" suggests these are properties
you can configure with -device, which isn't the case.  The other
buses' print_dev() callbacks don't do that.  For instance, PCI's
output looks like this:

        class Ethernet controller, addr 00:03.0, pci id 1af4:1000 (sub 1af4:0001)
        bar 0: i/o at 0xffffffffffffffff [0x1e]
        bar 1: mem at 0xffffffffffffffff [0xffe]
        bar 6: mem at 0xffffffffffffffff [0xfffe]

Change virtser_bus_dev_print() to that style.  Result:

          dev: virtconsole, id ""
            dev-prop: is_console = 1
            dev-prop: nr = 0
            dev-prop: chardev = <null>
            dev-prop: name = <null>
            port 0, guest on, host off, throttle off

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2011-07-23 11:20:02 -05:00
2011-06-20 15:13:34 -03:00
2011-07-23 10:19:50 -05:00
2011-07-21 16:48:14 -03:00
2011-06-28 20:52:37 +02:00
2011-04-08 13:03:34 -06:00
2011-05-08 10:09:59 +02:00
2011-05-08 10:09:59 +02:00
2011-01-10 10:55:10 +01:00
2010-11-01 00:54:06 +03:00
2011-02-20 18:45:09 +01:00
2011-06-20 17:08:57 +01:00
2011-01-20 20:58:56 +00:00
2011-06-10 23:18:19 +02:00
2010-10-20 16:15:04 -05:00
2011-07-21 16:48:13 -03:00
2011-03-16 17:11:07 -03:00
2011-06-26 18:25:35 +00:00
2011-06-15 14:36:16 +02:00
2011-06-07 13:52:10 -05:00
2011-07-20 21:28:08 +00:00
2011-06-26 18:25:35 +00:00
2011-01-20 20:54:21 +00:00
2010-11-21 09:16:57 -06:00
2011-06-20 15:18:43 -03:00
2011-06-14 03:08:57 +02:00
2011-07-21 16:48:13 -03:00
2010-12-09 14:23:24 +01:00
2011-06-15 19:58:48 +00:00
2011-06-15 19:58:48 +00:00
2011-02-09 10:33:54 +02:00
2011-07-21 16:48:13 -03:00
2010-09-21 18:36:42 +02:00
2011-07-18 16:06:27 +02:00
2011-01-09 20:59:53 +00:00
2011-03-13 14:44:22 +00:00
2010-10-01 10:12:43 -03:00
2011-07-21 16:48:13 -03:00
2010-09-18 05:53:14 +00:00
2011-06-14 09:34:34 -05:00
2011-06-16 11:42:40 -03:00
2011-06-16 11:42:40 -03:00
2011-06-23 11:28:06 +02:00
2011-06-26 18:25:13 +00:00
2011-02-02 08:39:28 +01:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.
Description
Original Xbox Emulator for Windows, macOS, and Linux (Active Development)
Readme 531 MiB
Languages
C 82.5%
C++ 7%
Python 3.3%
Dylan 2.8%
Shell 1.5%
Other 2.6%