Home
last modified time | relevance | path

Searched defs:MigrationIncomingState (Results 1 – 18 of 18) sorted by relevance

/dports/emulators/qemu60/qemu-6.0.0/migration/
H A Dmigration.h49 struct MigrationIncomingState { struct
50 QEMUFile *from_src_file;
63 QemuThread fault_thread;
69 QemuThread listen_thread;
73 int userfault_fd;
76 QEMUFile *to_src_file;
79 RAMBlock *last_rb;
80 void *postcopy_tmp_page;
85 QEMUBH *bh;
87 int state;
[all …]
/dports/emulators/qemu5/qemu-5.2.0/migration/
H A Dmigration.h48 struct MigrationIncomingState { struct
49 QEMUFile *from_src_file;
62 QemuThread fault_thread;
68 QemuThread listen_thread;
72 int userfault_fd;
75 QEMUFile *to_src_file;
78 RAMBlock *last_rb;
79 void *postcopy_tmp_page;
84 QEMUBH *bh;
86 int state;
[all …]
/dports/emulators/qemu/qemu-6.2.0/migration/
H A Dmigration.h49 struct MigrationIncomingState { struct
50 QEMUFile *from_src_file;
53 void *transport_data;
67 QemuThread fault_thread;
77 int userfault_fd;
80 QEMUFile *to_src_file;
83 RAMBlock *last_rb;
84 void *postcopy_tmp_page;
89 QEMUBH *bh;
91 int state;
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/migration/
H A Dmigration.h49 struct MigrationIncomingState { struct
50 QEMUFile *from_src_file;
53 void *transport_data;
67 QemuThread fault_thread;
77 int userfault_fd;
80 QEMUFile *to_src_file;
83 RAMBlock *last_rb;
84 void *postcopy_tmp_page;
89 QEMUBH *bh;
91 int state;
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/migration/
H A Dmigration.h30 struct MigrationIncomingState { struct
31 QEMUFile *from_src_file;
41 QemuThread fault_thread;
47 QemuThread listen_thread;
51 int userfault_fd;
53 int userfault_event_fd;
54 QEMUFile *to_src_file;
57 RAMBlock *last_rb;
58 void *postcopy_tmp_page;
61 GArray *postcopy_remote_fds;
[all …]
/dports/emulators/qemu42/qemu-4.2.1/migration/
H A Dmigration.h47 struct MigrationIncomingState { struct
48 QEMUFile *from_src_file;
61 QemuThread fault_thread;
67 QemuThread listen_thread;
71 int userfault_fd;
73 int userfault_event_fd;
74 QEMUFile *to_src_file;
77 RAMBlock *last_rb;
78 void *postcopy_tmp_page;
83 QEMUBH *bh;
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/migration/
H A Dmigration.h47 struct MigrationIncomingState { struct
48 QEMUFile *from_src_file;
61 QemuThread fault_thread;
67 QemuThread listen_thread;
71 int userfault_fd;
73 int userfault_event_fd;
74 QEMUFile *to_src_file;
77 RAMBlock *last_rb;
78 void *postcopy_tmp_page;
83 QEMUBH *bh;
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/migration/
H A Dmigration.h47 struct MigrationIncomingState { struct
48 QEMUFile *from_src_file;
61 QemuThread fault_thread;
67 QemuThread listen_thread;
71 int userfault_fd;
73 int userfault_event_fd;
74 QEMUFile *to_src_file;
77 RAMBlock *last_rb;
78 void *postcopy_tmp_page;
83 QEMUBH *bh;
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/migration/
H A Dmigration.h47 struct MigrationIncomingState { struct
48 QEMUFile *from_src_file;
61 QemuThread fault_thread;
67 QemuThread listen_thread;
71 int userfault_fd;
73 int userfault_event_fd;
74 QEMUFile *to_src_file;
77 RAMBlock *last_rb;
78 void *postcopy_tmp_page;
83 QEMUBH *bh;
[all …]
/dports/emulators/qemu42/qemu-4.2.1/include/qemu/
H A Dtypedefs.h68 typedef struct MigrationIncomingState MigrationIncomingState; typedef
/dports/emulators/qemu/qemu-6.2.0/include/qemu/
H A Dtypedefs.h71 typedef struct MigrationIncomingState MigrationIncomingState; typedef
/dports/emulators/qemu60/qemu-6.0.0/include/qemu/
H A Dtypedefs.h71 typedef struct MigrationIncomingState MigrationIncomingState; typedef
/dports/emulators/qemu-utils/qemu-4.2.1/include/qemu/
H A Dtypedefs.h68 typedef struct MigrationIncomingState MigrationIncomingState; typedef
/dports/emulators/qemu5/qemu-5.2.0/include/qemu/
H A Dtypedefs.h69 typedef struct MigrationIncomingState MigrationIncomingState; typedef
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/qemu/
H A Dtypedefs.h55 typedef struct MigrationIncomingState MigrationIncomingState; typedef
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/qemu/
H A Dtypedefs.h68 typedef struct MigrationIncomingState MigrationIncomingState; typedef
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/qemu/
H A Dtypedefs.h71 typedef struct MigrationIncomingState MigrationIncomingState; typedef
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/qemu/
H A Dtypedefs.h68 typedef struct MigrationIncomingState MigrationIncomingState; typedef