mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20150205' into staging
migration/next for 20150205 # gpg: Signature made Thu 05 Feb 2015 16:17:08 GMT using RSA key ID 5872D723 # gpg: Can't check signature: public key not found * remotes/juanquintela/tags/migration/20150205: fix mc146818rtc wrong subsection name to avoid vmstate_subsection_load() fail Tracify migration/rdma.c Add migration stream analyzation script migration: Append JSON description of migration stream qemu-file: Add fast ftell code path QJSON: Add JSON writer Print errors in some of the early migration failure cases. Migration: Add lots of trace events savevm: Convert fprintf to error_report vmstate-static-checker: update whitelist Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
Executable
+592
File diff suppressed because it is too large
Load Diff
@@ -53,6 +53,8 @@ def check_fields_match(name, s_field, d_field):
|
||||
'parent_obj.parent_obj.parent_obj',
|
||||
'port.br.dev.exp.aer_log',
|
||||
'parent_obj.parent_obj.parent_obj.exp.aer_log'],
|
||||
'cirrus_vga': ['hw_cursor_x', 'vga.hw_cursor_x',
|
||||
'hw_cursor_y', 'vga.hw_cursor_y'],
|
||||
'lsiscsi': ['dev', 'parent_obj'],
|
||||
'mch': ['d', 'parent_obj'],
|
||||
'pci_bridge': ['bridge.dev', 'parent_obj', 'bridge.dev.shpc', 'shpc'],
|
||||
|
||||
Reference in New Issue
Block a user