7 Feb
                
                    2023
                
            
            
                7 Feb
                
                '23
                
            
            
            
        
    
                5:08 p.m.
            
        On Fri, Jan 20, 2023 at 16:03:05 -0600, Jonathon Jongsma wrote:
The only use of this function always passes QEMU_DOMAIN_LOG_CONTEXT_MODE_START. The other enum values are never used anywhere in the code. Remove them.
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com> --- src/qemu/qemu_domain.c | 26 +++++++++++--------------- src/qemu/qemu_domain.h | 9 +-------- src/qemu/qemu_process.c | 3 +-- 3 files changed, 13 insertions(+), 25 deletions(-)
Reviewed-by: Peter Krempa <pkrempa@redhat.com>