Commit bb347e1
committed
run_qemu.sh: fix --rw option just broken by switch to -blockdev
Use a qcow2 overlay to fix the --rw regression just added by commit
dfa1d3f ("run_qemu.sh: replace -drive rootfs with -blockdev +
-device")
The QEMU -snapshot option is silently ignored by -blockdev (this is
documented in the qemu-system man page)
Signed-off-by: Marc Herbert <marc.herbert@intel.com>1 parent b5dda0c commit bb347e1
2 files changed
Lines changed: 14 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1862 | 1862 | | |
1863 | 1863 | | |
1864 | 1864 | | |
1865 | | - | |
| 1865 | + | |
| 1866 | + | |
| 1867 | + | |
| 1868 | + | |
| 1869 | + | |
| 1870 | + | |
| 1871 | + | |
| 1872 | + | |
| 1873 | + | |
| 1874 | + | |
| 1875 | + | |
| 1876 | + | |
1866 | 1877 | | |
1867 | 1878 | | |
1868 | 1879 | | |
| |||
1903 | 1914 | | |
1904 | 1915 | | |
1905 | 1916 | | |
| 1917 | + | |
1906 | 1918 | | |
1907 | 1919 | | |
1908 | 1920 | | |
| |||
0 commit comments