search for: xendisk

Displaying 6 results from an estimated 6 matches for "xendisk".

Did you mean: gendisk
2012 May 14
1
[PATCH, v2] qemu/xendisk: properly update stats in ioreq_release()
While for the "normal" case (called from blk_send_response_all()) decrementing requests_finished is correct, doing so in the parse error case is wrong; requests_inflight needs to be decremented instead. Change in v2: Adjust coding style. Signed-off-by: Jan Beulich <jbeulich@suse.com> --- a/hw/xen_disk.c +++ b/hw/xen_disk.c @@ -154,7 +154,7 @@ static void ioreq_finish(struct
2012 May 14
0
Re: [Qemu-devel] [PATCH, v2] qemu/xendisk: properly update stats in ioreq_release()
Am 14.05.2012 12:30, schrieb Jan Beulich: > While for the "normal" case (called from blk_send_response_all()) > decrementing requests_finished is correct, doing so in the parse error > case is wrong; requests_inflight needs to be decremented instead. > > Change in v2: Adjust coding style. > > Signed-off-by: Jan Beulich <jbeulich@suse.com> I think it would be
2010 Jul 02
1
Woohoo! Windows Server 2008 RC2 on Xen 4.0
...ilder = ''hvm'' device_model= ''/usr/lib/xen-4.0/bin/qemu-dm'' memory = ''2048'' # NEW SYSTEM NAME/DRIVES/NETWORK name = ''sonic'' vcpus = ''1'' disk = [ ''phy:/dev/xendisks/sonic-root,ioemu:hda,w'', ''file:/matrix/data/staffdrive/TEMP/en_windows_server_2008_r2_standard_enterprise_datacenter_web_vl_build_x64_dvd_x15-59754.iso,ioemu:hdc:cdrom,r'' ] vif = [ ''type=ioemu, ip=XX.XX.XX.XX, mac=00:16:3...
2007 Nov 29
6
PCI Passthrough to HVM on xen-unstable
...opback.nloopbacks=16 vtd=1 module /xen320-unstable/vmlinuz-2.6.18.8-xen-1127 root=/dev/VolGroup00/LogVol01 ro showopts console=tty0 pciback.hide=(04:00.0) pciback.verbose_request=1 apic=debug maxcpus=1 module /xen320-unstable/initrd-2.6.18.8-xen-1127.img XEN-PEER-RHEL5 $ cat /mnt/archive/xendisks/Sles10/sles10disk.cfg # -*- mode: python; -*- #============================================================================ # Python configuration setup for ''xm create''. # This script sets the parameters used when a domain is created using ''xm create''. # You us...
2006 Apr 30
0
xm create: INIT: cannot execute "/etc/init.d/boot"
...th a file-backed VBD on a opteron system. Here''s my Xen config file (xenconf): # -*- mode: python; -*- kernel = "/boot/vmlinuz-xen" ramdisk = "/boot/initrd-xen" memory = 1024 name = "Dom2" vif = [ '''' ] disk = [ ''file:/xendisk/vm3disk,sda1,w'' ] root = "/dev/sda1 ro" extra = "2" Here''s what I get from a ''xm create -c xenconf''. Any ideas why it''s unable to execute /etc/init.d/boot and the other init scripts? Thanks for any clues! # xm create -c xenco...
2005 Feb 11
7
fdisk hard drive image
Hello list, Currently, i use a partition image to run my XenU (/dev/hda2) and "fdisk -l" return nothing and can''t open /dev/hda . I want to use a full hard drive image (not partition image) from my Xen0 as hda in my XenU. I want to be able to run fdisk on hda in my XenU to list and regenerate partitions. I tried with this (/img is my hard drive image): disk =