Home
last modified time | relevance | path

Searched refs:actions (Results 1 – 25 of 36) sorted by relevance

12

/qemu/tests/qemu-iotests/
H A D05757 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 D23669 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 D055300 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 D236.out49 "actions": [
113 "actions": [
166 "actions": [
223 "actions": [
293 "actions": [
H A D085.out40 {'actions': [
52 {'actions': [
64 {'actions': [
76 {'actions': [
88 {'actions': [
100 {'actions': [
112 {'actions': [
124 {'actions': [
136 {'actions': [
H A D25681 ret = vm.qmp_log('transaction', indent=2, actions=[
105 ret = vm.qmp_log('transaction', indent=2, actions=[
H A D256.out26 "actions": [
89 "actions": [
H A D25444 vm.qmp_log('transaction', indent=2, actions=[
H A D20276 actions=[
H A D281162 result = self.vm.qmp('transaction', actions=[
223 result = self.vm.qmp('transaction', actions=[
H A D254.out10 "actions": [
H A D124390 self.vm.cmd('transaction', actions=[
475 self.vm.cmd('transaction', actions=transaction,
503 self.vm.cmd('transaction', actions=transaction,
/qemu/util/
H A Dtransactions.c35 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 Dtransaction.json204 # 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 Drun-state.json304 # 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 Dimage-fuzzer.txt189 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 Dpcie_pci_bridge.txt16 can be hot-plugged into appropriate root port (requires additional actions,
/qemu/
H A Dqemu-img.c4790 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 Dblockdev.c2167 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 Dbitmaps.rst505 perform actions such as the following:
573 "actions": [
660 "actions": [
1021 "actions": [
1137 "actions": [
1394 "actions": [
1525 "actions": [
H A Dlive-block-operations.rst532 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 Dconflict-resolution.rst41 Escalating an issue to the QEMU leadership committee may result in actions
H A Dreplay.rst110 Two functions are used for this purpose; because these actions change
/qemu/docs/specs/
H A Dacpi_erst.rst88 64-bit registers. All ERST actions/operations/side effects happen on
/qemu/docs/devel/testing/
H A Dacpi-bits.rst109 or actions are performed by bits. The description of the config options are

12