Re: [PATCH v3 0/4] migration: Replace gemu_log with qemu_log

2020-02-18 Thread Laurent Vivier
Le 04/02/2020 à 03:54, Josh Kunz a écrit : > Summary of v2->v3 changes: > * Removed assert for CMSG handling, replaced with LOG_UNIMP. Will > switch to assert in follow-up patch. > * Fixed BSD-user build (dangling references to qemu_add_log), and > verified the user-mode build works. >

[PATCH v3 0/4] migration: Replace gemu_log with qemu_log

2020-02-03 Thread Josh Kunz
Summary of v2->v3 changes: * Removed assert for CMSG handling, replaced with LOG_UNIMP. Will switch to assert in follow-up patch. * Fixed BSD-user build (dangling references to qemu_add_log), and verified the user-mode build works. Summary of v1->v2 changes: * Removed backwards-compa