Displaying 4 results from an estimated 4 matches for "bdrv_open2".
Did you mean:
bdrv_open
2008 Sep 10
2
Bug#490409: xen-3: diff for NMU version 3.2.1-2.1
...mat = &bdrv_raw;
++ } else {
++ format = bdrv_find_format(drv);
++ if (!format) {
++ fprintf(stderr, "qemu: type (image format) '%s' unknown for vbd '%s' or image '%s'\n", drv, buf, params);
++ continue;
++ }
++ }
++ }
++ if (bdrv_open2(bs, params, 0 /* snapshot */, format) < 0)
++ fprintf(stderr, "qemu: could not open vbd '%s' or hard disk image '%s' (drv '%s')\n", buf, params, drv ? drv : "?");
+ }
+ }
+
+
only in patch2:
unchanged:
--- xen-3-3.2.1.orig/d...
2012 Nov 13
4
[PATCH] qemu-stubdom: prevent useless medium change
...f --git a/xenstore.c b/xenstore.c
index 1857160..d3a4588 100644
--- a/xenstore.c
+++ b/xenstore.c
@@ -614,6 +614,12 @@ void xenstore_parse_domain_config(int hvm_domid)
if (pasprintf(&danger_buf, "%s/device/vbd/%s", danger_path, e_danger[i]) == -1)
continue;
if (bdrv_open2(bs, danger_buf, BDRV_O_CACHE_WB /* snapshot and write-back */, &bdrv_raw) == 0) {
+ if (pasprintf(&buf, "%s/params", bpath) == -1)
+ continue;
+ free(params);
+ params = xs_read(xsh, XBT_NULL, buf, &len);
+ if (params == NULL)
+...
2011 Feb 26
1
make world error
...2.c:1547: warning: ignoring return value of ‘write’,
declared with attribute warn_unused_result
block-qcow2.c:1550: warning: ignoring return value of ‘write’,
declared with attribute warn_unused_result
CC block-parallels.o
CC block-nbd.o
CC nbd.o
CC block.o
block.c: In function ‘bdrv_open2’:
block.c:397: warning: ignoring return value of ‘realpath’, declared
with attribute warn_unused_result
CC aio.o
CC posix-aio-compat.o
CC block-raw-posix.o
block-raw-posix.c: In function ‘aio_signal_handler’:
block-raw-posix.c:523: warning: ignoring return value of ‘write’,
declared...
2012 Apr 24
21
no console when using xl toolstack xen 4.1.2
Hello!
I was asking for help on the Freenode channel, and I was pointed here.
I have a situation where, using xl, I can create a functional PV domU, with or without pv-grub, but I cannot access the console. Firing up xend and using xm works without trouble. Since xend and company is being deprecated, I would like to transition to using the xl toolstack.
The system is an Arch Linux system