Re: [Qemu-discuss] -accel hax works only in Window not in full screen

2018-09-17 Thread Peter Fodrek ml
Dear Mr. Maydell,. Na piatok, 14. septembra 2018 16:35:13 CEST Peter Maydell napísali: > On 14 September 2018 at 10:10, Peter Fodrek ml wrote: > > > > We need to run DOS based CAD/CAM program via disk image as system in > > Windows7 or more recent > > > > I works but it is too slow for large

Re: [Qemu-discuss] Command to restore physical memory

2018-09-17 Thread Vincenzo Romano
I am not sure it would make any sense. While dumping the memory can make sense for investigations, restoring just it doesn't work without a complete machine status (like registers). In that case, restoring a snapshot is the right approach, IMHO. Il giorno mar 18 set 2018 alle ore 03:31 Vincent Lee

[Qemu-discuss] Command to restore physical memory

2018-09-17 Thread Vincent Lee
Hi all, In the monitor, there is a `pmemsave` command to take a memory dump into a file. Is there anything that does the opposite, taking a binary file and loading it into physical memory at a given address? I'm doing some instrumentation on a VM and it would be convenient to restore a specific

Re: [Qemu-discuss] FreeDOS in qemu: no internet-connection

2018-09-17 Thread Christian
Hi Peter, thanks a lot for your answer and the link. I was so convinced that this would be a FreeDOS issue that it didn´t even occur to me to look it up in the qemu-documentation. Well, personally I don´t bother about the ping-command either. It´s just that I always want to be able to explain to

Re: [Qemu-discuss] FreeDOS in qemu: no internet-connection

2018-09-17 Thread Peter Maydell
On 17 September 2018 at 16:34, Christian wrote: > In the beginning I thought it didn´t work because the ping-command kept > failing. > But I could get the "Links"-browser to work. So I could verify the > correct functioning of the internet-connection. > Why the ping-command didn´t work is surely a

Re: [Qemu-discuss] FreeDOS in qemu: no internet-connection

2018-09-17 Thread Christian
Hi Peter and Donald, thanks a lot for your input. I did what you suggested and typed   "qemu-system-i386 drivec.img -net nic,model=help" into the terminal. That gave me as valid options: "qemu: Supported NIC models: ne2k_pci,i82551,i82557b,i82559er,rtl8139,e1000,pcnet,virtio". I tried them all

Re: [Qemu-discuss] console output with -nographic on Windows

2018-09-17 Thread Brendan Simon (eTRIX)
On 17/9/18 9:43 pm, Thomas Huth wrote: > On 2018-09-17 13:26, Brendan Simon (eTRIX) wrote: >> I've been trying to use the following GNU MCU Eclipse QEMU releases to >> do unit tests for ARM Cortex binaries. >> >> https://gnu-mcu-eclipse.github.io/qemu/ >> https://gnu-mcu-eclipse.github.io/qemu/rel

Re: [Qemu-discuss] console output with -nographic on Windows

2018-09-17 Thread Thomas Huth
On 2018-09-17 13:26, Brendan Simon (eTRIX) wrote: > I've been trying to use the following GNU MCU Eclipse QEMU releases to > do unit tests for ARM Cortex binaries. > > https://gnu-mcu-eclipse.github.io/qemu/ > https://gnu-mcu-eclipse.github.io/qemu/releases/ > > I compiled the very simple semi-ho

[Qemu-discuss] console output with -nographic on Windows

2018-09-17 Thread Brendan Simon (eTRIX)
I've been trying to use the following GNU MCU Eclipse QEMU releases to do unit tests for ARM Cortex binaries. https://gnu-mcu-eclipse.github.io/qemu/ https://gnu-mcu-eclipse.github.io/qemu/releases/ I compiled the very simple semi-hosting hello world sample in the gcc arm installation (from ARM d