提交 13baae8a 编写于 作者: A Anthony Liguori

Merge remote-tracking branch 'qmp/queue/qmp' into staging

...@@ -33,7 +33,8 @@ START_TEST(escaped_string) ...@@ -33,7 +33,8 @@ START_TEST(escaped_string)
{ "\"\\n\"", "\n" }, { "\"\\n\"", "\n" },
{ "\"\\r\"", "\r" }, { "\"\\r\"", "\r" },
{ "\"\\t\"", "\t" }, { "\"\\t\"", "\t" },
{ "\"\\/\"", "\\/" }, { "\"/\"", "/" },
{ "\"\\/\"", "/", .skip = 1 },
{ "\"\\\\\"", "\\" }, { "\"\\\\\"", "\\" },
{ "\"\\\"\"", "\"" }, { "\"\\\"\"", "\"" },
{ "\"hello world \\\"embedded string\\\"\"", { "\"hello world \\\"embedded string\\\"\"",
......
...@@ -3614,7 +3614,7 @@ DIRS="$DIRS roms/seabios roms/vgabios" ...@@ -3614,7 +3614,7 @@ DIRS="$DIRS roms/seabios roms/vgabios"
DIRS="$DIRS fsdev ui" DIRS="$DIRS fsdev ui"
DIRS="$DIRS qapi" DIRS="$DIRS qapi"
DIRS="$DIRS qga trace" DIRS="$DIRS qga trace"
FILES="Makefile tests/Makefile" FILES="Makefile tests/Makefile qdict-test-data.txt"
FILES="$FILES tests/cris/Makefile tests/cris/.gdbinit" FILES="$FILES tests/cris/Makefile tests/cris/.gdbinit"
FILES="$FILES pc-bios/optionrom/Makefile pc-bios/keymaps" FILES="$FILES pc-bios/optionrom/Makefile pc-bios/keymaps"
FILES="$FILES pc-bios/spapr-rtas/Makefile" FILES="$FILES pc-bios/spapr-rtas/Makefile"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册