Displaying 18 results from an estimated 18 matches for "wpath".
Did you mean:
path
2012 Nov 09
1
OVMF Bios Option
...0000000000003f7
1GB PAGES: 0x0000000000000002
xc: detail: elf_load_binary: phdr 0 at 0x0x7f7375ca2000 -> 0x0x7f7375d36d95
libxl: debug: libxl_device.c:229:libxl__device_disk_set_backend: Disk
vdev=hda spec.backend=phy
libxl: debug: libxl_event.c:512:libxl__ev_xswatch_register: watch
w=0x9cf248 wpath=/local/domain/0/backend/vbd/10/768/state token=3/0:
register slotnum=3
libxl: debug: libxl_device.c:229:libxl__device_disk_set_backend: Disk
vdev=hdc spec.backend=qdisk
libxl: debug: libxl_device.c:229:libxl__device_disk_set_backend: Disk
vdev=hdc spec.backend=qdisk
libxl: debug: libxl_create.c:118...
2013 Nov 27
20
[PATCH v2] Handle xen_platform_pci=0 case
Hi,
Here is a little patch that attempt to fix the issue regarding
xen_platform_pci=0 not been handled.
There is one patch left from the previous version. The patch that was adding
qemu_machine_override have been removed as it is unnecessary. If someone wants
to change the -machine, it can always add it to device_model_args_hvm, as QEMU
appear to use the last one.
Regards,
Anthony PERARD (1):
2015 Feb 01
4
Bug#776742: xen-utils-common: no support for VGA Passthrough
Package: xen-utils-common
Version: 4.4.1-6
Severity: normal
Dear Maintainer,
(There appear to be several reports on the BTS with concerns relating to
this report. Some unarchiving/merging may be necessary. Reassignment may
be needed as well since I'm not sure which package this problem would
fall under. Ultimately decided to file with xen-utils-common with 'xl'
being the frontend
2013 Oct 08
10
xl console regression on xen-unstable
I''m unable to start xl console on latest xen-unstable (build with commit
8e0da8c07f4f80e14314977a11f738bd74a5b62b).
> xl -vvv console sid
> xenconsole: Could not read tty from store: No such file or directory
I also tried "xl create -c", and it shows console from pygrub but when
the "xl create" reaches the end I got the same error:
> xenconsole: Could not
2013 Sep 24
7
Qxl problem with xen domU, is xen spice and/or qemu bugs?
...cal_dm: 1920
libxl: debug: libxl_dm.c:1282:libxl__spawn_local_dm: -drive
libxl: debug: libxl_dm.c:1282:libxl__spawn_local_dm:
file=/mnt/vm/disks/FEDORA19.disk1.xm,if=ide,index=0,media=disk,format=raw,cache=writeback
libxl: debug: libxl_event.c:559:libxl__ev_xswatch_register: watch
w=0x193bbd0 wpath=/local/domain/0/device-model/6/state token=3/0:
register slotnum=3
libxl: debug: libxl_create.c:1265:do_domain_create: ao 0x193a970:
inprogress: poller=0x193b630, flags=i
libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x193bbd0
wpath=/local/domain/0/device-model/6/state token=3/0: eve...
2010 Jan 05
3
FLAC C API / Visual Studio 2008 FILE* Issue
..., you need to do the following:
> **
> ** #include <windows.h>
> ** #define ENABLE_SNDFILE_WINDOWS_PROTOTYPES 1
> ** #including <sndfile.h>
> */
> #if ENABLE_SNDFILE_WINDOWS_PROTOTYPES
> SNDFILE* sf_wchar_open (LPCWSTR wpath, int mode, SF_INFO *sfinfo) ;
> #endif
>
> There is a windows binary installer in the main web page (one for each of
> 32 and 64 bit windows).
>
> The only downside to this is that libsndfile does not expose the all of
> the features of the FLAC API to the user.
>
> Er...
2013 Apr 26
6
ubuntu13.04 host and ubuntu13.04 guest how to config the pvscsi
Hi, everyone!
We google a lot, but can''t find how to config the pvscsi on our ubuntu13.04 PV on HVM.There are some links
http://wiki.xen.org/wiki/Paravirtualized_SCSI
http://wiki.xen.org/wiki/Xen_Configuration_File_Options
And we use the config option above
Configure PVSCSI devices
vscsi = [ ''/dev/sdc, 0:0:0:0'' ]
I pass sdc to the hvm, but in our pvhvm (ubuntu13.04)
2010 Jan 05
2
FLAC C API / Visual Studio 2008 FILE* Issue
Hello,
I am currently learning the FLAC C API and had the code working with
FLAC__stream_decoder_init_file. However, since I'd need the Unicode filename
support, I tried _wfopen_s in combination with
FLAC__stream_decoder_init_FILE, however I get a runtime crash as sonn as I
call FLAC__stream_decoder_process_until_end_of_stream. The same code
(partially taken from the examples) is working
2010 Jan 05
0
FLAC C API / Visual Studio 2008 FILE* Issue
...s sf_open().
**
** In order for this to work, you need to do the following:
**
** #include <windows.h>
** #define ENABLE_SNDFILE_WINDOWS_PROTOTYPES 1
** #including <sndfile.h>
*/
#if ENABLE_SNDFILE_WINDOWS_PROTOTYPES
SNDFILE* sf_wchar_open (LPCWSTR wpath, int mode, SF_INFO *sfinfo) ;
#endif
There is a windows binary installer in the main web page (one for each of
32 and 64 bit windows).
The only downside to this is that libsndfile does not expose the all of
the features of the FLAC API to the user.
Erik
--
----------------------------------...
2016 Jul 22
2
SSH crash on OpenBSD (pledge related?)
Hello,
I just ran upon this problem and couldn't find it in bugzilla.
SSH crashes (abort trap) if all of the following conditions are met:
(a) option -f is used (crash happens when going to background),
(b) reverse port forwarding is set up (option -R),
(c) option ExitOnForwardFailure is enabled,
(d) there are no actual port-forwarding failures.
The problem can be reproduced by
2010 Jan 05
0
FLAC C API / Visual Studio 2008 FILE* Issue
...ng:
>> **
>> ** #include <windows.h>
>> ** #define ENABLE_SNDFILE_WINDOWS_PROTOTYPES 1
>> ** #including <sndfile.h>
>> */
>> #if ENABLE_SNDFILE_WINDOWS_PROTOTYPES
>> SNDFILE* sf_wchar_open (LPCWSTR wpath, int mode, SF_INFO *sfinfo) ;
>> #endif
>>
>> There is a windows binary installer in the main web page (one for each
>> of
>> 32 and 64 bit windows).
>>
>> The only downside to this is that libsndfile does not expose the all of
>> the features of t...
2013 Apr 01
1
flac 1.3.0pre3 pre-release
...o/win_utf8_io.c.orig 2013-04-01 16:24:18 +0400
+++ flac-1.3.0pre3/src/share/win_utf8_io/win_utf8_io.c 2013-04-01 16:39:34 +0400
@@ -182,7 +182,7 @@
return f;
}
-int _stat64_utf8(const char *path, struct _stat64 *buffer)
+int _stat64_utf8(const char *path, struct __stat64 *buffer)
{
wchar_t *wpath;
int ret;
2013 Jul 14
1
Cannot VGA Passthrough Intel HD Graphics 4600 IGD
...libxl: debug: libxl_dm.c:1208:libxl__spawn_local_dm: -drive
libxl: debug: libxl_dm.c:1208:libxl__spawn_local_dm:
file=/home/teo-en-ming/WIN8_RTM.ISO,if=ide,index=2,media=cdrom,format=raw,cache=writeback,id=ide-5632
libxl: debug: libxl_event.c:559:libxl__ev_xswatch_register: watch
w=0xf90360 wpath=/local/domain/0/device-model/3/state token=3/0:
register slotnum=3
libxl: debug: libxl_create.c:1243:do_domain_create: ao 0xf8fda0:
inprogress: poller=0xf8f5e0, flags=i
libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0xf90360
wpath=/local/domain/0/device-model/3/state token=3/0: event...
2008 Nov 03
0
No subject
...gt;> ** #include <windows.h>
>> ** #define ENABLE_SNDFILE_WINDOWS_PROTOTYPES 1
>> ** #including <sndfile.h>
>> */
>> #if ENABLE_SNDFILE_WINDOWS_PROTOTYPES
>> SNDFILE* sf_wchar_open (LPCWSTR wpath, int mode, SF_INFO =
*sfinfo) ;
>> #endif
>>
>> There is a windows binary installer in the main web page (one for =
each
>> of
>> 32 and 64 bit windows).
>>
>> The only downside to this is that libsndfile does not expose the =...
2017 Mar 03
6
letsencrypt
Hello,
I know some users here are using letsencrypt for their CA. If this is
to off topic write me privately.
I'm wanting letsencrypt to take over as my CA, replacing existing self
signed certificates. I've got web working, a certificate for https
sites and one for webmail as they have different names. What I'm now
wanting to do is get letsencrypt going for my email setup, the smtp
2010 Jan 06
4
FLAC C API / Visual Studio 2008 FILE* Issue
...t; ** #include <windows.h>
> >> ** #define ENABLE_SNDFILE_WINDOWS_PROTOTYPES 1
> >> ** #including <sndfile.h>
> >> */
> >> #if ENABLE_SNDFILE_WINDOWS_PROTOTYPES
> >> SNDFILE* sf_wchar_open (LPCWSTR wpath, int mode, SF_INFO *sfinfo) ;
> >> #endif
> >>
> >> There is a windows binary installer in the main web page (one for each
> >> of
> >> 32 and 64 bit windows).
> >>
> >> The only downside to this is that libsndfile does not expose th...
2013 Sep 17
10
RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
*RESEND* due to exceeding the mailinglists limit for attachment size.
Hi,
I''m trying to get secondary vga-passthrough on a HVM guest to work with a AMD HD6570 and the native kernel radeon driver and kernel modesetting.
So the guest still gets the emulated stdvga or cirrus device(used in my case here) as primary/boot vga adapter.
- When i don''t passthrough the radeon card, the
2013 Apr 01
17
flac 1.3.0pre3 pre-release
Hi all,
The latest pre-release is here:
http://downloads.xiph.org/releases/flac/beta/flac-1.3.0pre3.tar.xz
but there will probably need to be at least one more.
I've tested this on
x86_64-linux
powerpc-linux
i386-openbsd5.2
i386-freebsd9
The majority of changes since the last pre-release is the addition of
Janne Hyv?rinen's utf8 I/O functionality. Janne's