search for: guestfs_add_cdrom

Displaying 20 results from an estimated 54 matches for "guestfs_add_cdrom".

2016 Mar 20
2
Re: [PATCH supermin 5/5] init: Drop SCSI modules.
On 03/17/2016 12:07, Richard W.M. Jones wrote: > Also drop the sr_mod module used by the deprecated guestfs_add_cdrom > interface. > --- > src/ext2_initrd.ml | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/src/ext2_initrd.ml b/src/ext2_initrd.ml > index 730f806..5e841ea 100644 > --- a/src/ext2_initrd.ml > +++ b/src/ext2_initrd.ml > @@ -40,12 +40,7 @@ let kmods = [ >...
2016 Mar 17
9
[PATCH supermin 0/5] Make supermin mini-initrd quieter and faster.
Various patches to make supermin quieter. By outputting fewer messages on the fast path, we use the slow emulated UART less, and this improves boot times. Also remove some kernel modules that we cannot or should not be using, which also improves boot times. Rich.
2016 Mar 17
0
[PATCH supermin 5/5] init: Drop SCSI modules.
Also drop the sr_mod module used by the deprecated guestfs_add_cdrom interface. --- src/ext2_initrd.ml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ext2_initrd.ml b/src/ext2_initrd.ml index 730f806..5e841ea 100644 --- a/src/ext2_initrd.ml +++ b/src/ext2_initrd.ml @@ -40,12 +40,7 @@ let kmods = [ "virtio*.ko*"; "libata*.ko*";...
2016 Mar 20
0
Re: [PATCH supermin 5/5] init: Drop SCSI modules.
On Sun, Mar 20, 2016 at 01:30:17PM +0200, Török Edwin wrote: > On 03/17/2016 12:07, Richard W.M. Jones wrote: > > Also drop the sr_mod module used by the deprecated guestfs_add_cdrom > > interface. > > --- > > src/ext2_initrd.ml | 5 ----- > > 1 file changed, 5 deletions(-) > > > > diff --git a/src/ext2_initrd.ml b/src/ext2_initrd.ml > > index 730f806..5e841ea 100644 > > --- a/src/ext2_initrd.ml > > +++ b/src/ext2_initrd.m...
2013 Dec 14
0
Re: [PATCH] drives: add CD-ROM disk images as read-only drives (RHBZ#563450).
...you'll probably need to add this: if [ ! -s ../guests/fedora.img -o ! -s ../guests/debian.img ]; then echo "$0: test skipped because there is no fedora.img or debian.img" exit 77 fi --- Also, should we update the documentation? http://libguestfs.org/guestfs.3.html#guestfs_add_cdrom Maybe or maybe not worth it. --- Patch looks good apart from these three small issues. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN alternative to F#)
2015 May 26
6
[PATCH 0/6] Update the way that API versions are generated for the man page.
The existing mechanism was clunky, slow and used ~ 10 MB of local disk. Rich.
2013 Dec 13
4
[PATCH] drives: add CD-ROM disk images as read-only drives (RHBZ#563450).
The current add_cdrom way basically appends a new raw "-cdrom /path" parameter to the qemu invocation (even when using libvirt as backend), hence such images are seen as "CD-ROM drives" inside the appliance. However, there is no need for such particular behaviour, as they need to be handled as normal (read-only) drives. Adding CD-ROM disk images as drives also changes the
2013 Dec 16
3
Re: [PATCH] drives: add CD-ROM disk images as read-only drives (RHBZ#563450).
...become just: > > int > guestfs__add_cdrom (guestfs_h *g, const char *filename) > { > return guestfs__add_drive_ro (g, filename); > } With the above, this makes sense now. > Also, should we update the documentation? > > http://libguestfs.org/guestfs.3.html#guestfs_add_cdrom > > Maybe or maybe not worth it. Rgiht, worth it, updated. > > +# https://bugzilla.redhat.com/show_bug.cgi?id=563450 > > +# Test the order of added images > > + > > +set -e > > +export LANG=C > > + > > +rm -f test.out > > + > > +../../f...
2010 Dec 07
0
builder-debian libguestfs FAILED tests 4c5038ab54fb6fdff75ca8d5fdda9e73f48a5050
...as no tests warning: "guestfs_test0rhashtableerr" has no tests warning: "guestfs_launch" has no tests warning: "guestfs_wait_ready" has no tests warning: "guestfs_kill_subprocess" has no tests warning: "guestfs_add_drive" has no tests warning: "guestfs_add_cdrom" has no tests warning: "guestfs_add_drive_ro" has no tests warning: "guestfs_config" has no tests warning: "guestfs_set_qemu" has no tests warning: "guestfs_set_path" has no tests warning: "guestfs_set_append" has no tests warning: "guestf...
2010 Dec 24
0
builder-debian libguestfs success 3f4dc56a32074a02b1b829bd7a91878f73022d1d
...as no tests warning: "guestfs_test0rhashtableerr" has no tests warning: "guestfs_launch" has no tests warning: "guestfs_wait_ready" has no tests warning: "guestfs_kill_subprocess" has no tests warning: "guestfs_add_drive" has no tests warning: "guestfs_add_cdrom" has no tests warning: "guestfs_add_drive_ro" has no tests warning: "guestfs_config" has no tests warning: "guestfs_set_qemu" has no tests warning: "guestfs_set_path" has no tests warning: "guestfs_set_append" has no tests warning: "guestf...
2011 Jan 07
0
builder-debian libguestfs success 7e1114445e713c4a15f3f2cede5842044de1735a
...as no tests warning: "guestfs_test0rhashtableerr" has no tests warning: "guestfs_launch" has no tests warning: "guestfs_wait_ready" has no tests warning: "guestfs_kill_subprocess" has no tests warning: "guestfs_add_drive" has no tests warning: "guestfs_add_cdrom" has no tests warning: "guestfs_add_drive_ro" has no tests warning: "guestfs_config" has no tests warning: "guestfs_set_qemu" has no tests warning: "guestfs_set_path" has no tests warning: "guestfs_set_append" has no tests warning: "guestf...
2010 Dec 24
1
builder-ubuntu libguestfs success 3f4dc56a32074a02b1b829bd7a91878f73022d1d
...as no tests warning: "guestfs_test0rhashtableerr" has no tests warning: "guestfs_launch" has no tests warning: "guestfs_wait_ready" has no tests warning: "guestfs_kill_subprocess" has no tests warning: "guestfs_add_drive" has no tests warning: "guestfs_add_cdrom" has no tests warning: "guestfs_add_drive_ro" has no tests warning: "guestfs_config" has no tests warning: "guestfs_set_qemu" has no tests warning: "guestfs_set_path" has no tests warning: "guestfs_set_append" has no tests warning: "guestf...
2010 Dec 07
0
builder-debian libguestfs success 4b8f70d46dcfed1489c97f822e263b8615f21ea0
...as no tests warning: "guestfs_test0rhashtableerr" has no tests warning: "guestfs_launch" has no tests warning: "guestfs_wait_ready" has no tests warning: "guestfs_kill_subprocess" has no tests warning: "guestfs_add_drive" has no tests warning: "guestfs_add_cdrom" has no tests warning: "guestfs_add_drive_ro" has no tests warning: "guestfs_config" has no tests warning: "guestfs_set_qemu" has no tests warning: "guestfs_set_path" has no tests warning: "guestfs_set_append" has no tests warning: "guestf...
2010 Dec 08
0
builder-ubuntu libguestfs success 4e8ad174cadf9e75401b7fa0d380d4c84c29c9ec
...as no tests warning: "guestfs_test0rhashtableerr" has no tests warning: "guestfs_launch" has no tests warning: "guestfs_wait_ready" has no tests warning: "guestfs_kill_subprocess" has no tests warning: "guestfs_add_drive" has no tests warning: "guestfs_add_cdrom" has no tests warning: "guestfs_add_drive_ro" has no tests warning: "guestfs_config" has no tests warning: "guestfs_set_qemu" has no tests warning: "guestfs_set_path" has no tests warning: "guestfs_set_append" has no tests warning: "guestf...
2011 Jan 04
0
builder-debian libguestfs success 7ce627fce02eae8c7db36b4090fa0ce1bf69bf44
...as no tests warning: "guestfs_test0rhashtableerr" has no tests warning: "guestfs_launch" has no tests warning: "guestfs_wait_ready" has no tests warning: "guestfs_kill_subprocess" has no tests warning: "guestfs_add_drive" has no tests warning: "guestfs_add_cdrom" has no tests warning: "guestfs_add_drive_ro" has no tests warning: "guestfs_config" has no tests warning: "guestfs_set_qemu" has no tests warning: "guestfs_set_path" has no tests warning: "guestfs_set_append" has no tests warning: "guestf...
2011 Jan 25
0
builder-debian libguestfs success 36fe0acf8a2e72c223d7a9f7a93815ff276a3cc1
...as no tests warning: "guestfs_test0rhashtableerr" has no tests warning: "guestfs_launch" has no tests warning: "guestfs_wait_ready" has no tests warning: "guestfs_kill_subprocess" has no tests warning: "guestfs_add_drive" has no tests warning: "guestfs_add_cdrom" has no tests warning: "guestfs_add_drive_ro" has no tests warning: "guestfs_config" has no tests warning: "guestfs_set_qemu" has no tests warning: "guestfs_set_path" has no tests warning: "guestfs_set_append" has no tests warning: "guestf...
2011 Jan 07
0
builder-ubuntu libguestfs success 7e1114445e713c4a15f3f2cede5842044de1735a
...as no tests warning: "guestfs_test0rhashtableerr" has no tests warning: "guestfs_launch" has no tests warning: "guestfs_wait_ready" has no tests warning: "guestfs_kill_subprocess" has no tests warning: "guestfs_add_drive" has no tests warning: "guestfs_add_cdrom" has no tests warning: "guestfs_add_drive_ro" has no tests warning: "guestfs_config" has no tests warning: "guestfs_set_qemu" has no tests warning: "guestfs_set_path" has no tests warning: "guestfs_set_append" has no tests warning: "guestf...
2010 Dec 10
0
builder-debian libguestfs success 363978fa7fc055da380d31103c7de378a08b71fb
...as no tests warning: "guestfs_test0rhashtableerr" has no tests warning: "guestfs_launch" has no tests warning: "guestfs_wait_ready" has no tests warning: "guestfs_kill_subprocess" has no tests warning: "guestfs_add_drive" has no tests warning: "guestfs_add_cdrom" has no tests warning: "guestfs_add_drive_ro" has no tests warning: "guestfs_config" has no tests warning: "guestfs_set_qemu" has no tests warning: "guestfs_set_path" has no tests warning: "guestfs_set_append" has no tests warning: "guestf...
2011 Jan 04
0
builder-ubuntu libguestfs success 7ce627fce02eae8c7db36b4090fa0ce1bf69bf44
...as no tests warning: "guestfs_test0rhashtableerr" has no tests warning: "guestfs_launch" has no tests warning: "guestfs_wait_ready" has no tests warning: "guestfs_kill_subprocess" has no tests warning: "guestfs_add_drive" has no tests warning: "guestfs_add_cdrom" has no tests warning: "guestfs_add_drive_ro" has no tests warning: "guestfs_config" has no tests warning: "guestfs_set_qemu" has no tests warning: "guestfs_set_path" has no tests warning: "guestfs_set_append" has no tests warning: "guestf...
2011 Jan 25
0
builder-ubuntu libguestfs success 36fe0acf8a2e72c223d7a9f7a93815ff276a3cc1
...as no tests warning: "guestfs_test0rhashtableerr" has no tests warning: "guestfs_launch" has no tests warning: "guestfs_wait_ready" has no tests warning: "guestfs_kill_subprocess" has no tests warning: "guestfs_add_drive" has no tests warning: "guestfs_add_cdrom" has no tests warning: "guestfs_add_drive_ro" has no tests warning: "guestfs_config" has no tests warning: "guestfs_set_qemu" has no tests warning: "guestfs_set_path" has no tests warning: "guestfs_set_append" has no tests warning: "guestf...