Bug 1664711 - libguestfs direct backend shouldn't attempt to quote commas in -append parameter
Summary: libguestfs direct backend shouldn't attempt to quote commas in -append parameter
Keywords:
Status: NEW
Alias: None
Product: Virtualization Tools
Classification: Community
Component: libguestfs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Richard W.M. Jones
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-01-09 13:46 UTC by Richard W.M. Jones
Modified: 2020-05-05 21:34 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description Richard W.M. Jones 2019-01-09 13:46:16 UTC
Description of problem:

(Bug found by Laszlo Ersek)

-append "... earlyprintk=pl011,,0x9000000 ..."

The , does not need to be quoted (doubled) in this case.

Version-Release number of selected component (if applicable):

libguestfs 1.40

How reproducible:

100%

Steps to Reproduce:
1. LIBGUESTFS_BACKEND=direct libguestfs-test-tool
2. Examine the -append parameter passed to qemu.

Additional info:

Note this doesn't seem to make any functional difference.


Note You need to log in before you can comment on or make changes to this bug.