Re: [Qemu-discuss] sharing files between host and guest

2016-11-04 Thread Peter Maydell
On 4 November 2016 at 16:44, Brooke Wallace wrote: > Sure, any update or link to your blog on bringing up the "virt" image your > talking about? I sent the link out last night, but here it is again in case that mail didn't get through to you: https://translatedcode.wordpress.com/2016/11/03/insta

Re: [Qemu-discuss] sharing files between host and guest

2016-11-04 Thread Brooke Wallace
mu-discuss] sharing files between host and guest On 3 November 2016 at 23:59, Brooke Wallace wrote: > Pretty sure I have the correct cross compile tool chain, > and its a simple main program to just return a value - > no libs required - well thats not entirely true - it > has all that std c/

Re: [Qemu-discuss] sharing files between host and guest

2016-11-04 Thread Peter Maydell
On 3 November 2016 at 23:59, Brooke Wallace wrote: > Pretty sure I have the correct cross compile tool chain, > and its a simple main program to just return a value - > no libs required - well thats not entirely true - it > has all that std c/gnu garbage. > > Still, I did not expect a floating poi

Re: [Qemu-discuss] sharing files between host and guest

2016-11-03 Thread Jakob Bohm
bage. Still, I did not expect a floating point exception... From: Brooke Wallace Sent: Thursday, November 03, 2016 4:33 PM To: Peter Maydell Cc: qemu-discuss@nongnu.org Subject: RE: [Qemu-discuss] sharing files between host and guest Well, I was able to

Re: [Qemu-discuss] sharing files between host and guest

2016-11-03 Thread Brooke Wallace
_ From: Brooke Wallace Sent: Thursday, November 03, 2016 4:33 PM To: Peter Maydell Cc: qemu-discuss@nongnu.org Subject: RE: [Qemu-discuss] sharing files between host and guest Well, I was able to unpack the arm_test.img and add my file, but after repacking and using as a boot image I get a

Re: [Qemu-discuss] sharing files between host and guest

2016-11-03 Thread Brooke Wallace
://access.redhat.com/solutions/24029 From: Peter Maydell [peter.mayd...@linaro.org] Sent: Thursday, November 03, 2016 4:03 PM To: Brooke Wallace Cc: qemu-discuss@nongnu.org Subject: Re: [Qemu-discuss] sharing files between host and guest On 3 November 2016 at 22:48

Re: [Qemu-discuss] sharing files between host and guest

2016-11-03 Thread Peter Maydell
On 3 November 2016 at 22:48, Brooke Wallace wrote: > Thanks again Peter, > > Is there anyway to mount an -initrd image to the host? You can't directly mount it, because it's not a filesystem. But there are tools for manipulating initrd images: something like https://access.redhat.com/solutions/24

Re: [Qemu-discuss] sharing files between host and guest

2016-11-03 Thread Brooke Wallace
day, November 03, 2016 12:42 PM To: Brooke Wallace Cc: qemu-discuss@nongnu.org Subject: Re: [Qemu-discuss] sharing files between host and guest On 3 November 2016 at 18:56, Brooke Wallace wrote: > Thanks for the sympathy Peter. Unfortunately the lack of documentation > and reasonable introduc

Re: [Qemu-discuss] sharing files between host and guest

2016-11-03 Thread Peter Maydell
On 3 November 2016 at 19:42, Peter Maydell wrote: > On 3 November 2016 at 18:56, Brooke Wallace wrote: >> Thanks for the sympathy Peter. Unfortunately the lack of documentation >> and reasonable introductory guide is making this a non-starter for us. > > Yeah, I was surprised there wasn't a decen

Re: [Qemu-discuss] sharing files between host and guest

2016-11-03 Thread Narcis Garcia
d. > > ____________ > From: Peter Maydell [peter.mayd...@linaro.org] > Sent: Thursday, November 03, 2016 4:25 AM > To: Brooke Wallace > Cc: qemu-discuss@nongnu.org > Subject: Re: [Qemu-discuss] sharing files between host and guest > > On 2 November

Re: [Qemu-discuss] sharing files between host and guest

2016-11-03 Thread Peter Maydell
On 3 November 2016 at 18:56, Brooke Wallace wrote: > Thanks for the sympathy Peter. Unfortunately the lack of documentation > and reasonable introductory guide is making this a non-starter for us. Yeah, I was surprised there wasn't a decent guide to getting the 'virt' board working; I've spent th

Re: [Qemu-discuss] sharing files between host and guest

2016-11-03 Thread Brooke Wallace
Peter Maydell [peter.mayd...@linaro.org] Sent: Thursday, November 03, 2016 4:25 AM To: Brooke Wallace Cc: qemu-discuss@nongnu.org Subject: Re: [Qemu-discuss] sharing files between host and guest On 2 November 2016 at 20:03, Brooke Wallace wrote: > I'm new to QEMU and was able to pull the latest

Re: [Qemu-discuss] sharing files between host and guest

2016-11-03 Thread Peter Maydell
On 2 November 2016 at 20:03, Brooke Wallace wrote: > I'm new to QEMU and was able to pull the latest stable version and build it. > I downloaded a simple test arm image that I found in one of the docs - > arm-test-0.2.tar.gz and was able to run that w/o any problems. Firstly, sorry that this has

Re: [Qemu-discuss] sharing files between host and guest

2016-11-03 Thread Narcis Garcia
If your disk image is RAW, try to attach it with ploop before partitioning, formatting or mounting volumes from it. After these preparations on the image, release any attachment or mount from the file before running Qemu using the image file. Using Qemu filesharing features, I only use SMB to 10.0

[Qemu-discuss] sharing files between host and guest

2016-11-02 Thread Brooke Wallace
Hi folks, I'm new to QEMU and was able to pull the latest stable version and build it. I downloaded a simple test arm image that I found in one of the docs - arm-test-0.2.tar.gz and was able to run that w/o any problems. I grabbed the appropriate corss compiler tool chain for the ARM device su