USB SD Card reader, Windows Host, Linux Guest

2021-07-18 Thread Brendan Simon (eTRIX)
Hi, Does anyone know of qemu supports usb SD card reader on Windows host, so I can access my SD card as /dev/sd* on my debian linux guest ?? I'm using qemu 6.0.0 (via MSYS2 package install) specifing the command line arguemnts:     -device qemu-xhci -device

Re: TAP Network help with QEMU 6.0.0 Win64

2021-07-16 Thread Brendan Simon (eTRIX)
I managed to install qemu 6.0.0 via the msys2 package manager and that had the exact same problem.  i.e. works ok with one net device specified but segfaults if two net devices are specified. Bendan. -- On 16/07/2021 12:30 pm, Brendan Simon (eTRIX) wrote: I've returned to this after 2 months

Re: TAP Network help with QEMU 6.0.0 Win64

2021-07-15 Thread Brendan Simon (eTRIX)
el} -m 4G -parallel none -serial none -netdev tap,id=mynet0,ifname=OpenVPN_TAP_1 -device e1000,netdev=mynet0 -netdev tap,id=mynet1,ifname=OpenVPN_TAP_2 -device rtl8139,netdev=mynet1 -drive file="d:/Brendan/QEmu/Debian_Buster_Server_64bit_COPY_20210511.qcow2" Thanks, Brend

TAP Network help with QEMU 6.0.0 Win64

2021-05-13 Thread Brendan Simon (eTRIX)
I've just installed the Win64 build of QEMU 6.0.0.  I converted a virtualbox Debian image and can get it to run in QEMU :)  but I can't get the tap networking going :( I have installed OpenVPN client and added Virtual Network adapters.  I can see them being connected/not connected when qemu

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

2018-09-19 Thread Brendan Simon (eTRIX)
Resending, hoping someone has a solution to get semi-hosting console output on Windows platform. Thanks, Brendan. On 17/9/18 9:26 pm, 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. > >

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

[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

Re: [Qemu-discuss] [Qemu-devel] Apple hypervisor.framework (hvf) availability

2018-02-07 Thread Brendan Simon (eTRIX)
On 7/2/18 11:54 pm, Paolo Bonzini wrote: > On 07/02/2018 12:41, Brendan Simon (eTRIX) wrote: >> Also, qemu seems to crash if left for a period of time (in the order of >> hours).  No response at all.  No cursor movement or anything.  I have to >> force quit the applica

Re: [Qemu-discuss] [Qemu-devel] Apple hyphervisor.framework availability

2018-02-07 Thread Brendan Simon (eTRIX)
On 2/1/18 9:11 pm, Paolo Bonzini wrote: >> Hi, the last two patches in the branch are not complete. For the rest I >> have already sent a pull request, so QEMU 2.12 will have initial support >> for hv.framework! >> >> Paolo > > OK.  I'll keep monitoring your hvf branch for updates and the main >

Re: [Qemu-discuss] Apple hyphervisor.framework availability

2017-11-25 Thread Brendan Simon (eTRIX)
On 25/11/17 10:10 am, Brendan Simon (eTRIX) wrote: > On 24/11/17 11:39 pm, Paolo Bonzini wrote: >> On 24/11/2017 12:58, Brendan Simon (eTRIX) wrote: >>> Checked out the `hvf` branch, but it failed the build.  Ran `mkdir build >>> ; cd build ; ../configure ; make

Re: [Qemu-discuss] Apple hyphervisor.framework availability

2017-11-24 Thread Brendan Simon (eTRIX)
On 23/11/17 11:06 pm, Paolo Bonzini wrote: > On 23/11/2017 12:55, Thomas Huth wrote: >> On 23.11.2017 08:36, Brendan Simon (eTRIX) wrote: >>> Hi QEMU devs, >>> >>> Just wondering when the accelerator for Apple's hypervisor.framework >>> (hvf) will hit

[Qemu-discuss] Apple hyphervisor.framework availability

2017-11-22 Thread Brendan Simon (eTRIX)
Hi QEMU devs, Just wondering when the accelerator for Apple's hypervisor.framework (hvf) will hit the git repos to build and try out? I get the impression that patches have been submitted, but I can't see anything in the repos.  Is there a special branch or fork where these patches reside?