index
:
xen/xen
master
stable-4.0
stable-4.1
stable-4.2
stable-4.3
staging
staging-4.0
staging-4.1
staging-4.2
staging-4.3
xen
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
libxl
/
libxl_dm.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
libxl: make libxl__wait_for_device_model use libxl__spawn_starrting directly
Ian Campbell
2011-09-27
1
-1
/
+1
*
libxl: clean up trailing whitespaces in code.
Wei Liu
2011-07-19
1
-3
/
+3
*
libxl: enabling upstream qemu as pure pv backend.
Wei Liu
2011-07-19
1
-11
/
+27
*
libxl: specify HVM vs PV in create_info using libxl_domain_type enum
Ian Campbell
2011-07-18
1
-1
/
+1
*
libxl: specify HVM vs PV in build_info using libxl_domain_type enum
Ian Campbell
2011-07-18
1
-1
/
+2
*
libxl: Give the HVM domain type the name "HVM"
Ian Campbell
2011-07-18
1
-5
/
+5
*
libxl: add LIBXL_MAC_{FMT,FMTLEN,BYTES}
Ian Campbell
2011-07-14
1
-6
/
+4
*
libxl: sane disk backend selection and validation
Ian Jackson
2011-07-06
1
-16
/
+1
*
libxl: use preferred syntax for network device creation with upstream qemu
Ian Campbell
2011-05-26
1
-6
/
+10
*
libxl: support "spice" (remote display protocol) with upstream qemu
Zhou Peng
2011-05-26
1
-0
/
+37
*
libxl: fix initialization of the disk parsing iterator
Stefano Stabellini
2011-05-24
1
-1
/
+1
*
libxl: pass device model info down into HVM domain build functions.
Ian Campbell
2011-05-24
1
-1
/
+1
*
libxl: libxl__xs_write format string should be const.
Ian Campbell
2011-05-24
1
-3
/
+3
*
libxl: add statup checks to libxl__wait_for_device_model
Ian Campbell
2011-05-24
1
-4
/
+2
*
libxl: pass libxl__spawn_starting to libxl__spawn_spawn.
Ian Campbell
2011-05-24
1
-1
/
+2
*
libxl: remove redundant call to libxl_domain_device_model
Ian Campbell
2011-05-24
1
-3
/
+1
*
libxl: check that device model binary is executable.
Ian Campbell
2011-05-24
1
-1
/
+6
*
tools: Fix build failure with gcc 4.4.3-4ubuntu5
George Dunlap
2011-05-20
1
-1
/
+1
*
libxl: make it possible to disable vnc
Zhou Peng
2011-05-20
1
-2
/
+2
*
libxl: Fix apic/acpi confusion
Ian Jackson
2011-05-17
1
-2
/
+2
*
tools: libxl: remove libxl_domain_build_state from the IDL
Ian Campbell
2011-04-20
1
-3
/
+3
*
tools: libxl: namespace enum values within their type.
Ian Campbell
2011-04-20
1
-4
/
+4
*
tools: libxl: generalize libxl_qemu_machine_type into libxl_domain_type
Ian Campbell
2011-04-20
1
-10
/
+10
*
tools: libxl: move all enum values into the libxl namespace
Ian Campbell
2011-04-20
1
-23
/
+31
*
tools: support SeaBIOS. Use by default when upstream qemu is configured.
Ian Campbell
2011-04-20
1
-2
/
+1
*
tools: libxl: write selected BIOS to xenstore.
Ian Campbell
2011-04-20
1
-0
/
+16
*
tools: libxl: hide selection of device-model by default.
Ian Campbell
2011-04-20
1
-18
/
+76
*
tools: libxl: hide selection of hvmloader by default.
Ian Campbell
2011-04-19
1
-1
/
+2
*
libxl: drop domid field from libxl_device_*
Ian Campbell
2011-04-08
1
-5
/
+0
*
libxl: Drop unnecessary \n from log message
Ian Campbell
2011-04-05
1
-1
/
+1
*
libxl: specific explicit disk image format to new qemu
Ian Campbell
2011-04-05
1
-7
/
+30
*
libxl: specify disks using supported command line syntax for new qemu
Ian Campbell
2011-04-05
1
-4
/
+40
*
libxl: pass list of disks to libxl__build_device_model_args
Ian Campbell
2011-04-05
1
-16
/
+14
*
libxl: Make all hidden/static functions take a gc not a ctx
Ian Campbell
2011-03-15
1
-97
/
+89
*
libxl: do not start a xenpv qemu solely for tap devices if blktap is available
Ian Campbell
2011-03-15
1
-2
/
+23
*
libxl: Call setsid(2) before exec'ing device model
Jim Fehlig
2011-03-10
1
-0
/
+1
*
libxl regression: don't require vncpasswd when password is empty string
Christoph Egger
2011-02-18
1
-1
/
+1
*
libxl: disk specification interface change
Kamala Narasimhan
2011-02-15
1
-3
/
+3
*
libxl: SECURITY: always honour request for vnc password
Ian Jackson
2011-02-04
1
-9
/
+16
*
libxl: pass gfx_passthru parameter to QEMU
Allen Kay
2011-02-02
1
-0
/
+6
*
libxl, xl: fixes to domain creation cleanup logic (domid values)
Ian Jackson
2011-01-28
1
-0
/
+2
*
libxl, minios: stubdom console based save/restore
Stefano Stabellini
2011-01-21
1
-9
/
+25
*
libxl: fix guest networking on NetBSD
Christoph Egger
2011-01-17
1
-4
/
+14
*
libxl: fix missing include of <signal.h>
Christoph Egger
2011-01-11
1
-0
/
+1
*
libxl: Introduce libxl_domain_create_new() and libxl_domain_create_restore()
Gianni Tedesco
2011-01-11
1
-21
/
+21
*
xl: Implement flexarray_append() and flexarray_vappend()
Gianni Tedesco
2011-01-07
1
-105
/
+78
*
xl: Move device model functions in to a separate file
Gianni Tedesco
2011-01-07
1
-0
/
+833
[prev]