Skip to content

Commit

Permalink
virtio
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
  • Loading branch information
philmd committed Mar 11, 2020
1 parent e88d0f2 commit fb3c3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/hw/core/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ typedef struct CPUClass {
int reset_dump_flags;
bool (*has_work)(CPUState *cpu);
void (*do_interrupt)(CPUState *cpu);
bool (*virtio_is_big_endian)(CPUState *cpu);
int (*memory_rw_debug)(CPUState *cpu, vaddr addr,
uint8_t *buf, int len, bool is_write);
void (*dump_state)(CPUState *cpu, FILE *, int flags);
Expand Down Expand Up @@ -225,6 +224,7 @@ typedef struct CPUClass {
int (*write_elf32_qemunote)(WriteCoreDumpFunction f, CPUState *cpu,
void *opaque);
GuestPanicInformation *(*get_crash_info)(CPUState *cpu);
bool (*virtio_is_big_endian)(CPUState *cpu);
const VMStateDescription *vmsd;
#endif /* !CONFIG_USER_ONLY */

Expand Down

0 comments on commit fb3c3bd

Please sign in to comment.