[Qemu-devel] Slow booting with large Initrd

2012-02-15 Thread Dyweni - Qemu-Devel
Hi List, This morning I ran across a thread on this list from Oct'11 about slow booting with large initrd images. Reading through that thread, I didn't really see any sort of definitive resolution to the problem. Also, this morning, I upgraded Qemu-KVM to latest git master (9d636ae7488edfa9c7f03

Re: [Qemu-devel] [SeaBIOS] Error booting from USB Storage Device in QEMU-KVM GIT MASTER

2012-01-20 Thread Dyweni - Qemu-Devel
20:57:11 -0500, Kevin O'Connor wrote: On Thu, Jan 19, 2012 at 06:57:59AM -0600, Dyweni - Qemu-Devel wrote: Hi, I am unable to boot KVM using a usb flash drive. I'm using QEMU-KVM built from GIT MASTER as of this morning. Here's my QEMU-KVM startup options: qemu-system-x86

Re: [Qemu-devel] USB Booting

2012-01-19 Thread Dyweni - Qemu-Devel
from ca00:0372 In resume (status=0) In 32bit resume Attempting a hard reboot --- Thanks, Dyweni On Thu, 19 Jan 2012 06:21:36 -0600, Dyweni - Qemu-Devel wrote: Hi All, In QEMU-KVM 0.14, I was able to simulate booting from a USB Flash drive with these options: qemu-system-x86_64 -curses -m 512

[Qemu-devel] Error booting from USB Storage Device in QEMU-KVM GIT MASTER

2012-01-19 Thread Dyweni - Qemu-Devel
Hi, I am unable to boot KVM using a usb flash drive. I'm using QEMU-KVM built from GIT MASTER as of this morning. Here's my QEMU-KVM startup options: qemu-system-x86_64 \ -curses \ -m 512 \ -snapshot \ -device piix3-usb-uhci \ -drive id=usbflash,file=

[Qemu-devel] USB Booting

2012-01-19 Thread Dyweni - Qemu-Devel
Hi All, In QEMU-KVM 0.14, I was able to simulate booting from a USB Flash drive with these options: qemu-system-x86_64 \ -curses \ -m 512 \ -snapshot \ -device piix3-usb-uhci \ -drive id=usbflash,file=flash.img,if=none,boot=on,cache=writeback \

Re: [Qemu-devel] Error booting from USB Storage Device in QEMU-KVM GIT MASTER

2012-01-19 Thread Dyweni - Qemu-Devel
06:57:59 -0600, Dyweni - Qemu-Devel wrote: Hi, I am unable to boot KVM using a usb flash drive. I'm using QEMU-KVM built from GIT MASTER as of this morning. Here's my QEMU-KVM startup options: qemu-system-x86_64 -curses -m 512 -snapshot -device piix3-usb-uhci -drive id=usbflash,file=fl

Re: [Qemu-devel] Qemu + RBD = ceph::buffer::end_of_buffer

2011-05-06 Thread Dyweni - Qemu-Devel
Hi Sage/Lists! Yes! The entire Ceph cluster (1 Mon, 1 MSD, 3 OSD) are 32bit linux. The machine running Qemu is 64bit linux. Thanks, Dyweni > On Fri, 6 May 2011, Dyweni - Qemu-Devel wrote: >> Hi Sage/Lists! >> >> >> (gdb) f 8 >> #8 0x7f170174198

Re: [Qemu-devel] Qemu + RBD = ceph::buffer::end_of_buffer

2011-05-06 Thread Dyweni - Qemu-Devel
Thanks, Dyweni > f 9 (or 8?) > p n > p s > > (BTW this might be faster over irc, #ceph on irc.oftc.net) > > Thanks! > sage > > > On Fri, 6 May 2011, Dyweni - Qemu-Devel wrote: > >> Hi Sage/Lists! >> >> >> (gdb) print c->bl._len >

Re: [Qemu-devel] Qemu + RBD = ceph::buffer::end_of_buffer

2011-05-06 Thread Dyweni - Qemu-Devel
0, _off = 0, _len = 0}, last_p = { bl = 0x7f16f40d6170, ls = 0x7f16f40d6170, off = 0, p = {_M_node = 0x7f16f40d6170}, p_off = 0}}, pbl = 0x0, buf = 0x0, maxlen = 0} Thanks, Dyweni > On Fri, 6 May 2011, Dyweni - Qemu-Devel wrote: >> Hi Josh/Lists! >> >> 463 ::de

Re: [Qemu-devel] Qemu + RBD = ceph::buffer::end_of_buffer

2011-05-06 Thread Dyweni - Qemu-Devel
Hi Josh/Lists! 463 ::decode(*data_bl, iter); (gdb) print r $1 = 0 (gdb) print data_bl $2 = (ceph::bufferlist *) 0x7f16f40d6060 (gdb) print data_bl->_len $3 = 0 (gdb) print iter->off $4 = 20 Thanks, Dyweni > CCing the ceph list. > > On 05/06/2011 12:23 PM, Dywe

Re: [Qemu-devel] Qemu + RBD = ceph::buffer::end_of_buffer

2011-05-06 Thread Dyweni - Qemu-Devel
Hi List! I upgraded Ceph to the latest development version Commit: 0edbc75a5fe8c3028faf85546f3264d28653ea3f Pulled from: git://ceph.newdream.net/ceph.git I recompiled the latest GIT version of QEMU-KVM (with Josh Durgin's patches) against the latest git version of Ceph. However,

[Qemu-devel] Qemu + RBD = ceph::buffer::end_of_buffer

2011-05-06 Thread Dyweni - Qemu-Devel
Hi List! I am tripping across this error as soon as the qemu rbd disk is probed by the windows 2000 installer: VNC server running on `127.0.0.1:5900' terminate called after throwing an instance of 'ceph::buffer::end_of_buffer' what(): buffer::end_of_buffer Aborted (core dumped) Has anyone e

Re: [Qemu-devel] Help compiling QEMU with RBD support

2011-05-04 Thread Dyweni - Qemu-Devel
x27;s patches use the newer librbd from ceph 0.27. With this library > the qemu driver gets a lot simpler and avoids code duplication in ceph > and qemu. - It's the future, but I don't think it will solve your > problem. > > Christian > > 2011/5/4 Dyweni - Qemu-Devel <

[Qemu-devel] Help compiling QEMU with RBD support

2011-05-04 Thread Dyweni - Qemu-Devel
Hi List! I'm running into an issue compiling QEMU with RBD support. >From the Wiki (http://ceph.newdream.net/wiki/QEMU-RBD), I should be able to do the following: $ git clone git://git.qemu.org/qemu.git $ cd qemu $ ./configure --enable-rbd $ make; make install However, the configure command th