GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/libvirt.git
v0.10.2-gentoo
v0.7.4-gentoo
v0.8.1-gentoo
v0.8.3-gentoo
v0.8.6-gentoo
v0.9.10-gentoo
v0.9.3-gentoo
C toolkit to manipulate virtual machines repository (gentoo clone including backports branches)
Diego E. Pettenò <flameeyes@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qemu
Commit message (
Expand
)
Author
Age
Files
Lines
*
qemu: Pin the emulator when only cpuset is specified
Martin Kletzander
2012-10-17
4
-20
/
+28
*
qemu: Clear async job when p2p migration fails early
Jiri Denemark
2012-10-17
1
-2
/
+2
*
Fix potential deadlock when agent is closed
Daniel P. Berrange
2012-10-05
1
-9
/
+3
*
Fix (rare) deadlock in QEMU monitor callbacks
Daniel P. Berrange
2012-10-05
1
-10
/
+5
*
Remove redundant lines in src/qemu/qemu_driver.c
Tang Chen
2012-09-21
1
-18
/
+0
*
qemu: Fix failure path in disk hotplug
Jiri Denemark
2012-09-21
1
-4
/
+10
*
Remove a redundant line in src/qemu/qemu_driver.c
Tang Chen
2012-09-21
1
-1
/
+0
*
maint: fix up copyright notice inconsistencies
Eric Blake
2012-09-20
30
-30
/
+30
*
qemu: add support for dump-guest-core option
Martin Kletzander
2012-09-20
3
-9
/
+76
*
qemu: Add support for reboot-timeout
Martin Kletzander
2012-09-20
3
-0
/
+36
*
qemu: Cleanup boot parameter building
Martin Kletzander
2012-09-20
1
-25
/
+68
*
qemu: Transition domain to PAUSED after 'stop' command
Michal Privoznik
2012-09-20
1
-6
/
+1
*
virBitmap: fix build without HAVE_NUMACTL
Ján Tomko
2012-09-18
1
-1
/
+1
*
Fix the augea test for qemu libvirtd options
Daniel Veillard
2012-09-18
1
-0
/
+1
*
qemu: add -sandbox to command line if requested
Ján Tomko
2012-09-18
1
-0
/
+11
*
qemu: conf: add seccomp_sandbox option
Ján Tomko
2012-09-18
4
-0
/
+15
*
qemu: add capability flag for seccomp sandbox
Ján Tomko
2012-09-18
2
-0
/
+4
*
qemu: Avoid deadlock on HandleAgentEOF
Michal Privoznik
2012-09-18
1
-3
/
+3
*
qemu: Use disk wwn in qemu command line
Osier Yang
2012-09-18
1
-0
/
+33
*
qemu: Add caps to indentify if setting wwn is supported by qemu
Osier Yang
2012-09-18
2
-0
/
+10
*
qemu: drop unused arguments for dump-guest-memory
Eric Blake
2012-09-17
5
-40
/
+14
*
use virBitmap to store nodeinfo.
Hu Tao
2012-09-17
1
-7
/
+12
*
use virBitmap to store cells' cpumask info.
Hu Tao
2012-09-17
1
-36
/
+7
*
use virBitmap to store cpumask info.
Hu Tao
2012-09-17
1
-7
/
+5
*
use virBitmap to store numa nodemask info.
Hu Tao
2012-09-17
4
-75
/
+44
*
use virBitmap to store cpu affinity info
Hu Tao
2012-09-17
2
-95
/
+52
*
use virBitmap to store cpupin info
Hu Tao
2012-09-17
3
-24
/
+28
*
bitmap: new member variable and function renaming
Hu Tao
2012-09-17
2
-2
/
+2
*
node_memory: Support get/set memory parameters for drivers
Osier Yang
2012-09-17
1
-0
/
+2
*
Add missing 'goto error' in QEMU command line building
Daniel P. Berrange
2012-09-14
1
-0
/
+2
*
Fix initialization of virCommandPtr when creating QEMU argv
Daniel P. Berrange
2012-09-14
1
-1
/
+7
*
qemu: fix uninitialized variable in qemuParseCommandLine
Ján Tomko
2012-09-14
1
-2
/
+1
*
Introduce a API for creating QEMU capabilities for a binary
Daniel P. Berrange
2012-09-14
2
-0
/
+139
*
Remove upfront check for hmp - just try it cope with failure
Daniel P. Berrange
2012-09-14
4
-59
/
+29
*
Don't overwrite errors raised by qemuMonitorHMPCommand
Daniel P. Berrange
2012-09-14
1
-259
/
+76
*
qemu: Add support for EOI with APIC
Martin Kletzander
2012-09-14
1
-0
/
+17
*
snapshot: fix rollback failure in transaction mode
Guannan Ren
2012-09-14
1
-1
/
+1
*
Fix data types used for list sizes in QEMU capabilities
Daniel P. Berrange
2012-09-13
4
-15
/
+15
*
Add API for copying instances of the qemuCapsPtr object
Daniel P. Berrange
2012-09-13
2
-0
/
+48
*
Add ability to store other metadata in the qemu capabilities object
Daniel P. Berrange
2012-09-13
2
-0
/
+88
*
Make qemuCapsProbeCommand static
Daniel P. Berrange
2012-09-13
2
-23
/
+20
*
Turn QEMU capabilities object into a full virObjectPtr
Daniel P. Berrange
2012-09-13
14
-647
/
+700
*
Wait to receive QMP greeting before sending any monitor commands
Daniel P. Berrange
2012-09-13
1
-1
/
+8
*
qemu: build USB redirection filter qemu command line
Guannan Ren
2012-09-13
3
-5
/
+48
*
qemu: add usb-redir.filter qemu capability flag
Guannan Ren
2012-09-13
2
-0
/
+5
*
maint: fix missing spaces in message
Eric Blake
2012-09-12
3
-6
/
+7
*
Add API for opening a QEMU monitor from a socket FD
Daniel P. Berrange
2012-09-12
2
-25
/
+61
*
fix bug in qemuSetupCgroupForEmulator
Hu Tao
2012-09-11
1
-4
/
+8
*
Add non-null annotations to qemuMonitorOpen
Daniel P. Berrange
2012-09-07
2
-2
/
+8
*
Add PMSUSPENDED life cycle event
Jiri Denemark
2012-09-07
1
-2
/
+10
[next]