Adds monitor support for I/O instructions.
Signed-off-by: Dmitry Isaykin
Signed-off-by: Anton Belousov
---
Changes in v5:
* Rebase on staging
Changes in v4:
* Avoid the use of fixed-width types
* Document vm_event_io structure fields
* Untie vm-event interface from ioreq one
Changes in v3
Adds monitor support for I/O instructions.
Signed-off-by: Dmitry Isaykin
Signed-off-by: Anton Belousov
---
Changes in v4:
* Avoid the use of fixed-width types
* Document vm_event_io structure fields
* Untie vm-event interface from ioreq one
Changes in v3:
* Rebase on staging
* Refactor
Adds monitor support for I/O instructions.
Signed-off-by: Dmitry Isaykin
Signed-off-by: Anton Belousov
Acked-by: Tamas K Lengyel
---
Changes in v3:
* Rebase on staging
* Refactor branch logic on monitor_traps response
Changes in v2:
* Handled INS and OUTS instructions too
* Added I/O
Adds monitor support for I/O instructions.
Signed-off-by: Dmitry Isaykin
Signed-off-by: Anton Belousov
---
Changes in v2:
* Handled INS and OUTS instructions too
* Added I/O monitoring support for AMD
* Rename functions and structures (remove "_instruction" part)
* Reorder par
Adds monitor support for I/O instructions.
Signed-off-by: Dmitry Isaykin
Signed-off-by: Anton Belousov
---
tools/include/xenctrl.h| 1 +
tools/libs/ctrl/xc_monitor.c | 13 +
xen/arch/x86/hvm/hvm.c | 5 +
xen/arch/x86/hvm/monitor.c
Up15:24, 1 октября 2021 г., Dmitry Isaykin <isaikin-dmi...@yandex.ru>:This regex is used for auto-balloon mode detection based on Xen command line.The case of specifying a negative size was handled incorrectly.From misc/xen-command-line documentation:dom0_mem (x86)= List of ( min:
lue.
If a size is negative, it is subtracted from the total available memory.
Also add support for [tT] granularity suffix.
Also add support for memory fractions (i.e. '50%' or '1G+25%').
Signed-off-by: Dmitry Isaykin
Reviewed-by: Anthony PERARD
---
Changes in v5:
- ad
lue.
If a size is negative, it is subtracted from the total available memory.
Also add support for [tT] granularity suffix.
Also add support for memory fractions (i.e. '50%' or '1G+25%').
Signed-off-by: Dmitry Isaykin
---
Changes in v4:
- improve regex after code revie
Thanks! That's a good idea. I will do it in v4 patch.It seems that "dom0_mem=" is a correct setting. It means "give all unused by hypervisor memory to dom0".15:36, 28 сентября 2021 г., Anthony PERARD :On Thu, Sep 16, 2021 at 03:15:21PM +0300, Dmitry Isaykin wrote: Th
lue.
If a size is negative, it is subtracted from the total available memory.
Also add support for [tT] granularity suffix.
Also add support for memory fractions (i.e. '50%' or '1G+25%').
Signed-off-by: Dmitry Isaykin
---
Changes in v3:
- add support for [tT] granularity s
The presence of this filelock does not allow building several VMs at the same
time. This filelock was added to prevent other xl instances from using memory
freeed for the currently building VM in autoballoon mode.
Signed-off-by: Dmitry Isaykin
---
tools/xl/xl_vmcontrol.c | 14 +-
1
11 matches
Mail list logo