search for: squeeze_pv

Displaying 3 results from an estimated 3 matches for "squeeze_pv".

2011 Oct 17
8
Re: Issue with PCI-passthrough and pvops
.../Debian-squeeze.pv > Parsing config file xen/VMs/Debian-squeeze.pv > Daemon running with PID 5588 > > # xl list > Name ID Mem VCPUs State Time(s) > Domain-0 0 750 16 r----- 2205.3 > Debian-squeeze_pv 3 128 2 ---sc- 19.8 > -- > > Again, the very same config and PCI device for an HVM domain starts, and > I can see and bring up the NIC. > > What am I doing wrong? Do you have ''iommu=soft'' in your guest config? _______...
2012 Jan 25
0
Re: [PATCHv2 1 of 2] libxl: extend pCPUs specification for vcpu-pin.
...puid>" syntax while specifying the pCPUs list > during a vcpu-pin. This enables doing the following: > > xl vcpu-pin 1 1 0-4,^2 > > and achieving: > > xl vcpu-list > Name ID VCPU CPU State Time(s) CPU Affinity > ... > Squeeze_pv 1 1 3 -b- 2.4 0-1,3-4 > ... > > Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Is 0-4,^2-3 (== 0-1,4) a useful thing to want to write? I don''t think it should bloc...
2012 Jan 25
0
Re: [PATCHv3 1 of 2] libxl: extend pCPUs specification for vcpu-pin.
...puid>" syntax while specifying the pCPUs list > during a vcpu-pin. This enables doing the following: > > xl vcpu-pin 1 1 0-4,^2 > > and achieving: > > xl vcpu-list > Name ID VCPU CPU State Time(s) CPU Affinity > ... > Squeeze_pv 1 1 3 -b- 2.4 0-1,3-4 > ... > > Negative ranges are also supported, such as "0-4,^1-2" to > mean "0,3-4" > > Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com> Acked-by: Ian Campbell <ian.campbell@ci...