Re: [Qemu-devel] [PATCH 00/24] Alpha system emulation, v2

2011-04-21 Thread Brian Wheeler
On Thu, 2011-04-21 at 14:31 +0200, Tristan Gingold wrote: On Apr 20, 2011, at 5:54 PM, Richard Henderson wrote: On 04/20/2011 08:46 AM, Tristan Gingold wrote: Right, but you could create an ev67 machine with a single PCI controller (or put all the devices on the same PCI controller).

Re: [Qemu-devel] [PATCH 00/24] Alpha system emulation, v2

2011-04-21 Thread Brian Wheeler
On Thu, 2011-04-21 at 15:43 +0200, Tristan Gingold wrote: On Apr 21, 2011, at 3:37 PM, Brian Wheeler wrote: On Thu, 2011-04-21 at 14:31 +0200, Tristan Gingold wrote: On Apr 20, 2011, at 5:54 PM, Richard Henderson wrote: On 04/20/2011 08:46 AM, Tristan Gingold wrote: Right, but you

Re: [Qemu-devel] [PATCH 00/24] Alpha system emulation, v2

2011-04-20 Thread Brian Wheeler
I'd like to second Tristan in saying that I'm glad someone is working on alpha system emulation -- its long overdue! Brian On Wed, 2011-04-20 at 11:06 +0200, Tristan Gingold wrote: On Apr 19, 2011, at 5:04 PM, Richard Henderson wrote: Changes from v1 to v2: - Split patch 5 up into

[Qemu-devel] Questions about chardev (and ps/2 mouse)

2011-04-05 Thread Brian Wheeler
I'm trying to disable the ps/2 mouse in favor of the serial mouse provided by -chardev msmouse since the ps/2 mouse has had lots of problems with older OSes (OpenStep, OS/2, Win 3.1, etc). I've got a couple of questions: 1) If I change a VMState something by appending a field (i.e. unplugged),

Re: [Qemu-devel] Questions about chardev (and ps/2 mouse)

2011-04-05 Thread Brian Wheeler
On Tue, 2011-04-05 at 14:55 -0400, Brian Wheeler wrote: I'm trying to disable the ps/2 mouse in favor of the serial mouse provided by -chardev msmouse since the ps/2 mouse has had lots of problems with older OSes (OpenStep, OS/2, Win 3.1, etc). I've got a couple of questions: 1) If I

Re: [Qemu-devel] Help Debugging AIX boot on qemu-system-ppc (it reads bootfile.exe now)

2011-04-04 Thread Brian Wheeler
Out of curiosity, what command line did you use for this? On Sat, 2011-04-02 at 20:09 -0700, Kenneth Salerno wrote: Hi, I have been using QEMU for a few years and periodically tested AIX V6.1 with qemu-system-ppc and read the various threads in the mailing list knowing not to expect it to

Re: [Qemu-devel] Help Debugging AIX boot on qemu-system-ppc (it reads bootfile.exe now)

2011-04-04 Thread Brian Wheeler
: --- On Mon, 04 Apr 2011 08:59:37 -0400, Brian Wheeler wrote: Out of curiosity, what command line did you use for this? ./qemu/ppc-softmmu/qemu-system-ppc \ -net none \ -m 2047 \ -nographic \ -bios ./qemu/pc-bios/openbios-ppc \ -hda aix.img \ -cdrom ibmvios.iso \ -boot d

[Qemu-devel] [PATCH v5] PING: Fix ATA SMART and CHECK POWER MODE

2011-03-01 Thread Brian Wheeler
This patch fixes two things: 1) CHECK POWER MODE The error return value wasn't always zero, so it would show up as offline. Error is now explicitly set to zero. 2) SMART The smart values that were returned were invalid and tools like skdump would not recognize that the smart data was

[Qemu-devel] [PATCH v5] Fix ATA SMART and CHECK POWER MODE

2011-02-21 Thread Brian Wheeler
This patch fixes two things: 1) CHECK POWER MODE The error return value wasn't always zero, so it would show up as offline. Error is now explicitly set to zero. 2) SMART The smart values that were returned were invalid and tools like skdump would not recognize that the smart data was

Re: [Qemu-devel] [PATCH v3] Fix ATA SMART and CHECK POWER MODE

2011-02-10 Thread Brian Wheeler
On Wed, 2011-02-09 at 17:22 -0600, Ryan Harper wrote: * Brian Wheeler bdwhe...@indiana.edu [2011-02-09 16:13]: This patch fixes two things: 1) CHECK POWER MODE The error return value wasn't always zero, so it would show up as offline. Error is now explicitly set to zero. 2

[Qemu-devel] [PATCH v4] Fix ATA SMART and CHECK POWER MODE

2011-02-10 Thread Brian Wheeler
This patch fixes two things: 1) CHECK POWER MODE The error return value wasn't always zero, so it would show up as offline. Error is now explicitly set to zero. 2) SMART The smart values that were returned were invalid and tools like skdump would not recognize that the smart data was

[Qemu-devel] [PATCH v2] Fix ATA SMART and CHECK POWER MODE

2011-02-09 Thread Brian Wheeler
valid and would dump weird output. The data has been fixed up and raw value support was added. Tools like skdump and palimpsest work as expected. Changes from v1: * combined the thresholds and attributes into a single structure. Signed-of-by: Brian Wheeler bdwhe...@indiana.edu

[Qemu-devel] [PATCH v3] Fix ATA SMART and CHECK POWER MODE

2011-02-09 Thread Brian Wheeler
This patch fixes two things: 1) CHECK POWER MODE The error return value wasn't always zero, so it would show up as offline. Error is now explicitly set to zero. 2) SMART The smart values that were returned were invalid and tools like skdump would not recognize that the smart data was

[Qemu-devel] [PATCH] Fix ATA SMART and CHECK POWER MODE

2011-02-07 Thread Brian Wheeler
valid and would dump weird output. The data has been fixed up and raw value support was added. Tools like skdump and palimpsest work as expected. Signed-of-by: Brian Wheeler bdwhe...@indiana.edu --- diff --git a/hw/ide/core.c b/hw/ide/core.c index dd63664..4d4ccfa 100644 --- a/hw/ide/core.c

Re: [Qemu-devel] PS2 Mouse/Kbd do not work with qemu-0.13.0

2010-11-16 Thread Brian Wheeler
On Tue, 2010-11-16 at 13:52 -0800, Adhyas Avasthi wrote: I have issues with both PS2 Mouse and Keyboard working out of the box with virgin qemu-0.13.0 code base. The host is Ubuntu 10.04 x86_64 and I am making a 64-bit build for x86_64-softmmu Sometimes (for some guest environments, e.g.

[Qemu-devel] Can't compile ISA device...

2010-10-20 Thread Brian Wheeler
I'm trying to write a busmouse driver and I can't get it to compile. It seems like there's a header issue of some sort that I can't work out. Of course, if someone has a working busmouse driver for qemu, that would be great: OpenStep won't work with the ps/2 emulation and even after pounding on

[Qemu-devel] weird mouse troubles in latest git

2010-10-15 Thread Brian Wheeler
I'm trying to run openstep 2.4 on the latest git and the mouse hangs after a few seconds of running. I turned on debugging some debugging flags: ps2.c: DEBUG_MOUSE pckbd.c: DEBUG_KEYBOARD i8259.c: DEBUG_PIC I'm still not sure where the problem is, but here's what I've discovered: If I filter

Re: [Qemu-devel] qemu alpha?

2007-10-23 Thread Brian Wheeler
On Tue, 2007-10-23 at 00:38 +0200, J. Mayer wrote: On Mon, 2007-10-22 at 09:43 +0200, Oliver Falk wrote: On 10/21/2007 01:06 PM, J. Mayer wrote: On Sun, 2007-10-21 at 05:43 -0500, Rob Landley wrote: On Saturday 20 October 2007 3:56:12 am J. Mayer wrote: On Fri, 2007-10-19 at 19:49

Re: [Qemu-devel] [PATCH 4/4][RFC] Add logic to QEMU to read command line options from qcow2 images

2007-08-09 Thread Brian Wheeler
On Thu, 2007-08-09 at 15:32 -0500, Anthony Liguori wrote: Avi Kivity wrote: Anthony Liguori wrote: If you're looking for a low-end solution, another possibility would be having a new file format which consisted of: #!/path/to/qemu [args ...] nl standard disk image And then make

Re: [Qemu-devel] [PATCH 4/4][RFC] Add logic to QEMU to read command line options from qcow2 images

2007-08-09 Thread Brian Wheeler
On Thu, 2007-08-09 at 23:16 +0300, Avi Kivity wrote: Anthony Liguori wrote: I think it is a bad idea from a security POV to automatically extract use command line args from a disk image like this without the admin explicitly requesting this capability. eg If I grabbed a demo disk

Re: [Qemu-devel] IBM makes AIX 6 beta available for download for everyone

2007-07-18 Thread Brian Wheeler
On Wed, 2007-07-18 at 09:15 +0100, Natalia Portillo wrote: Hi, AIX was already tested in QEMU and is not that it does not understand the AIX boot format (it does!), just there is another problem that prevents OHW from working (some say there is a regression in the IDE controller code).

Re: [Qemu-devel] qemu-system-sparc question?

2006-10-11 Thread Brian Wheeler
On Wed, 2006-10-11 at 19:32 +0200, Marco Matthies wrote: Blue Swirl wrote: BTW, we could easily design and implement an ideal CPU just for Qemu purposes. It could be unlike any existing hardware, for example with zero or thousands of registers. The problem would be making a compiler

[Qemu-devel] AXP guest?

2006-08-30 Thread Brian Wheeler
Has anyone looked at doing an Alpha guest? The instruction set seems fairly straightforward and the machine as a whole seems to be an alpha chip + pci, which shouldn't be all that different from the x86 machine setup, from a full system point of view. I've been looking through the qemu

[Qemu-devel] [ot?] Vista Networking

2006-06-22 Thread Brian Wheeler
Has anyone gotten this to work? I'm probably missing something obvious. Here's the command line I'm using (on linux with a CVS from today): qemu -hda disk0.img -net nic,model=rtl8139 -net user -m 512 -soundhw sb16 Vista is installed and I manually set the IP to 10.0.2.15 and the gateway to

Re: [Qemu-devel] Windows Vista

2006-06-09 Thread Brian Wheeler
On Fri, 2006-06-09 at 10:20 +0200, René Korthaus wrote: Edit: I think it has something to do with the harddisk image. Error is STOP: d144 Unknown Hard Error. Somebody having an idea? I set the windows 2000 install fix flag (-win2k-hack) and it installed for me. Upon install,

Re: [Qemu-devel] Windows Vista

2006-06-09 Thread Brian Wheeler
On Fri, 2006-06-09 at 14:25 +0200, René Korthaus wrote: Am 09.06.2006 um 14:08 schrieb Brian Wheeler: On Fri, 2006-06-09 at 10:20 +0200, René Korthaus wrote: Edit: I think it has something to do with the harddisk image. Error is STOP: d144 Unknown Hard Error. Somebody having

Re: [Qemu-devel] Printing bogus values in ne2000_asic_ioport_read()/ ne2000_receive()

2006-03-03 Thread Brian Wheeler
On Sun, 2006-02-26 at 10:01 -0800, Umamaheswararao Karyampudi wrote: Hi, I am using QEMU in one of my research projects. I landed in a problem where I see bogus numbers being printed when I printed the packet/each word that is received from ne2000. In ne2000_receive(), I copied the packet

Re: [Qemu-devel] Open Hack'Ware question

2005-07-21 Thread Brian Wheeler
On Wed, 2005-07-20 at 22:49 +0200, J. Mayer wrote: On Thu, 2005-07-14 at 10:32 -0500, Brian Wheeler wrote: All of the websites that are referred to in the docs and source are missing. Is there another place to get it? I'm tinkering with the idea to try to boot aix on qemu

Re: [Qemu-devel] Open Hack'Ware question

2005-07-21 Thread Brian Wheeler
Wheeler wrote: On Wed, 2005-07-20 at 22:49 +0200, J. Mayer wrote: On Thu, 2005-07-14 at 10:32 -0500, Brian Wheeler wrote: All of the websites that are referred to in the docs and source are missing. Is there another place to get it? I'm tinkering with the idea to try to boot aix on qemu

Re: [Qemu-devel] Open Hack'Ware question

2005-07-15 Thread Brian Wheeler
, Natalia Portillo El 14/07/2005, a las 17:33, Brian Wheeler escribió: On Thu, 2005-07-14 at 17:52 +0200, Karel Gardas wrote: On Thu, 14 Jul 2005, Brian Wheeler wrote: All of the websites that are referred to in the docs and source are missing. Is there another place to get

[Qemu-devel] Open Hack'Ware question

2005-07-14 Thread Brian Wheeler
All of the websites that are referred to in the docs and source are missing. Is there another place to get it? I'm tinkering with the idea to try to boot aix on qemu. Thanks! Brian Wheeler [EMAIL PROTECTED] ___ Qemu-devel mailing list Qemu-devel