index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
core
/
qdev-properties-system.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-04-07
slirp: Propagate host TCP RST to the guest.
Edgar E. Iglesias
1
-1
/
+16
2016-04-07
slirp: avoid use-after-free in slirp_pollfds_poll() if soread() returns an error
Steven Luo
3
-8
/
+23
2016-04-07
slirp: don't crash when tcp_sockclosed() is called with a NULL tp
Steven Luo
1
-2
/
+5
2016-04-05
Update version for v2.6.0-rc1 release
Peter Maydell
1
-1
/
+1
2016-04-05
tcg/mips: Fix type of tcg_target_reg_alloc_order[]
James Hogan
1
-1
/
+1
2016-04-05
bsd-user: Suppress gcc 4.x -Wpointer-sign (included in -Wall) warning
Ed Maste
1
-1
/
+1
2016-04-05
bsd-user: add qemu/cutils.h include after f348b6d
Ed Maste
1
-0
/
+1
2016-04-05
crypto: Avoid memory leak on failure
Eric Blake
1
-6
/
+6
2016-04-05
qemu-iotests: 149: Use "/usr/bin/env python"
Fam Zheng
1
-1
/
+1
2016-04-05
crypto: fix nettle config check for running pbkdf test
Daniel P. Berrange
1
-1
/
+1
2016-04-05
crypto: fix typo in docs for secret object type
Daniel P. Berrange
1
-1
/
+1
2016-04-05
net: fix missing include of qapi/error.h in netmap.c
Daniel P. Berrange
1
-0
/
+1
2016-04-05
nbd: Fix poor debug message
Eric Blake
1
-1
/
+1
2016-04-05
include/qemu/atomic: add compile time asserts
Alex Bennée
1
-24
/
+34
2016-04-05
cpus: don't use atomic_read for vm_clock_warp_start
Alex Bennée
1
-1
/
+9
2016-04-05
nbd: don't request FUA on FLUSH
Eric Blake
1
-4
/
+0
2016-04-05
doc/memory: update MMIO section
Cao jin
1
-2
/
+2
2016-04-05
char: ensure all clients are in non-blocking mode
Daniel P. Berrange
1
-1
/
+2
2016-04-05
char: fix broken EAGAIN retry on OS-X due to errno clobbering
Daniel P. Berrange
1
-18
/
+18
2016-04-05
util: retry getaddrinfo if getting EAI_BADFLAGS with AI_V4MAPPED
Daniel P. Berrange
2
-5
/
+19
2016-04-05
checkpatch: add target_ulong to typelist
Cédric Le Goater
1
-0
/
+1
2016-04-05
target-i386: assert that KVM_GET/SET_MSRS can set all requested MSRs
Paolo Bonzini
1
-4
/
+30
2016-04-05
target-i386: do not pass MSR_TSC_AUX to KVM ioctls if CPUID bit is not set
Paolo Bonzini
1
-0
/
+3
2016-04-05
memory: fix segv on qemu_ram_free(block=0x0)
Marc-André Lureau
1
-0
/
+4
2016-04-05
target-i386/kvm: Hyper-V VMBus hypercalls blank handlers
Andrey Smetanin
1
-0
/
+12
2016-04-05
update Linux headers to 4.6
Paolo Bonzini
14
-12
/
+140
2016-04-05
.travis.yml: make -j3
Alex Bennée
1
-1
/
+1
2016-04-05
.travis.yml: enable OSX builds
Alex Bennée
1
-0
/
+5
2016-04-05
.travis.yml: collapse the test matrix
Alex Bennée
1
-57
/
+18
2016-04-05
block: Forbid I/O throttling on nodes with multiple parents for 2.6
Kevin Wolf
2
-0
/
+14
2016-04-05
block: forbid x-blockdev-del from acting on DriveInfo
Paolo Bonzini
1
-0
/
+5
2016-04-05
vl: Move cpu_synchronize_all_states() into qemu_system_reset()
David Gibson
1
-2
/
+2
2016-04-05
spapr_drc: enable immediate detach for unsignalled devices
Michael Roth
3
-0
/
+47
2016-04-05
ppc: Rework POWER7 & POWER8 exception model
Cédric Le Goater
5
-23
/
+59
2016-04-04
target-arm: Make the 64-bit version of VTCR do the migration
Peter Maydell
1
-1
/
+5
2016-04-04
target-arm: Remove incorrect ALIAS tags from ESR_EL2 and ESR_EL3
Peter Maydell
1
-2
/
+0
2016-04-04
target-arm: Correctly reset SCTLR_EL3 for 64-bit CPUs
Peter Maydell
1
-10
/
+13
2016-04-04
linux-user: arm: Handle (ignore) EXCP_YIELD in ARM cpu_loop()
Peter Maydell
1
-0
/
+6
2016-04-04
hw/arm/bcm2836: Wire up CPU timer interrupts correctly
Peter Maydell
1
-1
/
+5
2016-04-04
bsd-user: add necessary includes to fix warnings
Ed Maste
1
-0
/
+2
2016-04-04
net: fix missing include of qapi/error.h in netmap.c
Daniel P. Berrange
1
-0
/
+1
2016-04-04
ui/cocoa.m: Add support for cdr files
John Arbuckle
1
-1
/
+2
2016-04-01
slirp: Allow disabling IPv4 or IPv6
Samuel Thibault
9
-10
/
+74
2016-04-01
slirp: Fix migration from older versions of QEMU to the current one
Thomas Huth
1
-18
/
+26
2016-03-31
MAINTAINERS: Delete invalid maintainer entries of the Exynos section
Thomas Huth
1
-3
/
+0
2016-03-31
Xen: update MAINTAINERS info
Stefano Stabellini
1
-1
/
+2
2016-03-31
trace-events: Fix typos (found by codespell)
Stefan Weil
1
-2
/
+2
2016-03-31
log: move qemu_log_close/qemu_log_flush from header to log.c
Denis V. Lunev
2
-17
/
+22
2016-03-31
trace: do not always call exit() in trace_enable_events
Denis V. Lunev
1
-1
/
+4
2016-03-31
docs: Update documentation for stderr (now log) tracing backend.
Richard W.M. Jones
1
-2
/
+2
[next]