Changeset 9754ed2 in mainline for tools/ew.py


Ignore:
Timestamp:
2021-12-22T20:47:11Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
59768c7
Parents:
dbc1398
Message:

Make user-space mouse/keyboard work on Qemu sun4u machine

Now we can run it in graphical mode. Still need to add kernel keyboard
support for this strange hybrid machine.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/ew.py

    rdbc1398 r9754ed2  
    173173                        raise Exception
    174174                if processor == 'us':
    175                         return 'system-sparc64', '-M sun4u --prom-env boot-args="console=devices/\\hw\\pci0\\01:01.0\\com1\\a"'
     175                        return 'system-sparc64', '-M sun4u'
    176176
    177177                # processor = 'sun4v'
     
    410410                                'image' : 'image.iso',
    411411                                'audio' : False,
    412                                 'console' : True,
    413412                                'net' : False,
    414413                                'usb' : False,
Note: See TracChangeset for help on using the changeset viewer.