/qemu/tests/qemu-iotests/ |
H A D | 057 | 57 actions = [] 66 actions.append({ 73 actions.append({ 78 result = self.vm.qmp('transaction', actions = actions) 173 actions = [{'type': 'blockdev-snapshot-internal-sync', 177 result = self.vm.qmp('transaction', actions = actions) 181 actions = [{'type': 'blockdev-snapshot-internal-sync', 185 result = self.vm.qmp('transaction', actions = actions) 191 actions = [{'type': 'blockdev-snapshot-internal-sync', 195 result = self.vm.qmp('transaction', actions = actions)
|
H A D | 236 | 69 vm.qmp_log("transaction", indent=2, actions=[ 82 vm.qmp_log("transaction", indent=2, actions=[ 105 vm.qmp_log("transaction", indent=2, actions=[ 118 vm.qmp_log("transaction", indent=2, actions=[ 131 vm.qmp_log("transaction", indent=2, actions=[
|
H A D | 055 | 300 self.vm.cmd('transaction', actions=[{ 321 self.vm.cmd('transaction', actions=[{ 361 result = self.vm.qmp('transaction', actions=[{ 377 result = self.vm.qmp('transaction', actions=[{ 388 result = self.vm.qmp('transaction', actions=[{ 398 result = self.vm.qmp('transaction', actions=[{ 407 result = self.vm.qmp('transaction', actions=[{ 416 result = self.vm.qmp('transaction', actions=[{ 426 result = self.vm.qmp('transaction', actions=[{ 436 result = self.vm.qmp('transaction', actions=[{ [all …]
|
H A D | 236.out | 49 "actions": [ 113 "actions": [ 166 "actions": [ 223 "actions": [ 293 "actions": [
|
H A D | 085.out | 40 {'actions': [ 52 {'actions': [ 64 {'actions': [ 76 {'actions': [ 88 {'actions': [ 100 {'actions': [ 112 {'actions': [ 124 {'actions': [ 136 {'actions': [
|
H A D | 256 | 81 ret = vm.qmp_log('transaction', indent=2, actions=[ 105 ret = vm.qmp_log('transaction', indent=2, actions=[
|
H A D | 256.out | 26 "actions": [ 89 "actions": [
|
H A D | 254 | 44 vm.qmp_log('transaction', indent=2, actions=[
|
H A D | 202 | 76 actions=[
|
H A D | 281 | 162 result = self.vm.qmp('transaction', actions=[ 223 result = self.vm.qmp('transaction', actions=[
|
H A D | 254.out | 10 "actions": [
|
H A D | 124 | 390 self.vm.cmd('transaction', actions=[ 475 self.vm.cmd('transaction', actions=transaction, 503 self.vm.cmd('transaction', actions=transaction,
|
/qemu/util/ |
H A D | transactions.c | 35 QSLIST_HEAD(, TransactionAction) actions; 42 QSLIST_INIT(&tran->actions); in tran_new() 57 QSLIST_INSERT_HEAD(&tran->actions, act, entry); in tran_add() 64 QSLIST_FOREACH(act, &tran->actions, entry) { in tran_abort() 70 QSLIST_FOREACH_SAFE(act, &tran->actions, entry, next) { in tran_abort() 85 QSLIST_FOREACH(act, &tran->actions, entry) { in tran_commit() 91 QSLIST_FOREACH_SAFE(act, &tran->actions, entry, next) { in tran_commit()
|
/qemu/qapi/ |
H A D | transaction.json | 204 # any operation fails, then the entire set of actions will be 230 # @actions: List of @TransactionAction; information needed for the 242 # in an error condition, and subsequent actions will not have been 269 'data': { 'actions': [ 'TransactionAction' ],
|
H A D | run-state.json | 304 # An enumeration of the actions taken when the watchdog device's timer 332 # Possible QEMU actions upon guest reboot 347 # Possible QEMU actions upon guest shutdown 396 # Set the actions that will be taken by the emulator in response to 482 # An enumeration of the actions taken when guest OS panic is detected
|
/qemu/docs/ |
H A D | image-fuzzer.txt | 189 10. Should accept a vector of actions as an argument (for test reproducing and 193 actions, if it is not specified as an input parameter 194 12. Pool of actions should be defined automatically based on an image template
|
H A D | pcie_pci_bridge.txt | 16 can be hot-plugged into appropriate root port (requires additional actions,
|
/qemu/ |
H A D | qemu-img.c | 4790 QSIMPLEQ_HEAD(, ImgBitmapAction) actions; in img_bitmap() 4795 QSIMPLEQ_INIT(&actions); in img_bitmap() 4846 QSIMPLEQ_INSERT_TAIL(&actions, act, next); in img_bitmap() 4852 QSIMPLEQ_INSERT_TAIL(&actions, act, next); in img_bitmap() 4857 QSIMPLEQ_INSERT_TAIL(&actions, act, next); in img_bitmap() 4862 QSIMPLEQ_INSERT_TAIL(&actions, act, next); in img_bitmap() 4867 QSIMPLEQ_INSERT_TAIL(&actions, act, next); in img_bitmap() 4873 QSIMPLEQ_INSERT_TAIL(&actions, act, next); in img_bitmap() 4885 if (QSIMPLEQ_EMPTY(&actions)) { in img_bitmap() 4934 QSIMPLEQ_FOREACH_SAFE(act, &actions, next, act_next) { in img_bitmap()
|
H A D | blockdev.c | 2167 void qmp_transaction(TransactionActionList *actions, in qmp_transaction() argument 2185 for (act = actions; act; act = act->next) { in qmp_transaction() 2209 for (act = actions; act; act = act->next) { in qmp_transaction()
|
/qemu/docs/interop/ |
H A D | bitmaps.rst | 505 perform actions such as the following: 573 "actions": [ 660 "actions": [ 1021 "actions": [ 1137 "actions": [ 1394 "actions": [ 1525 "actions": [
|
H A D | live-block-operations.rst | 532 So there are two possible actions to take, after a 'mirror' job has 624 And, as noted in the previous section, there are two possible actions 811 E.g. the sequence of actions to create a point-in-time backup of an 992 E.g. the sequence of actions to create a point-in-time backup
|
/qemu/docs/devel/ |
H A D | conflict-resolution.rst | 41 Escalating an issue to the QEMU leadership committee may result in actions
|
H A D | replay.rst | 110 Two functions are used for this purpose; because these actions change
|
/qemu/docs/specs/ |
H A D | acpi_erst.rst | 88 64-bit registers. All ERST actions/operations/side effects happen on
|
/qemu/docs/devel/testing/ |
H A D | acpi-bits.rst | 109 or actions are performed by bits. The description of the config options are
|