You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Peter Maydell
5f473241ac
* Support multiple -d trace:PATTERN arguments (Daniel)
* SCSI cleanups/fixes for removable meia (Fam)
* SCSI security fixes (Li Qiang, PJP)
* qemu-char segfault fix (Lin Ma)
* "make help" and qemu-socket cleanups (Marc-André)
* end of the buffer_is_zero reword (Richard)
* Fix target-i386 syscall segfault (Stanislav)
* split irqchip fix/robustification (Wanpeng)
* misc cleanups (me, Jiangang)
* x86 vmstate fixes (Pavel)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQExBAABCAAbBQJX2p4HFBxwYm9uemluaUByZWRoYXQuY29tAAoJEL/70l94x66D
aPcIAJlBiq+SSLSTE3iWntjMQcOPWiclhSj+66BDYL4ck5zsj7vKJ1GaR0WHFZEW
8PPe84uvX1ljTEYu1bs0uA+id8rUWhoJWnxRAYfECs7ymaViHk1n6RSEl7QJhC9X
0Tahf/8W9q0ocqVurLGs6UzNn0HTr8O922y6IcM0/wlnixNaarGCT/skOJ91ZzwM
OVtv1AltkdOQSF21dskltgj2gupkFOg1OqhO/EHOQHIbEDhyVxPFC5aAMPaxgWR/
eyUxk5aXTXf1ZXRhsr23zZUOmAxHL6VKF17agNwNi+UNSk4DERU1+KOUbFowv+WV
QO7tLKTTLrPcigrkRAZJ+xaUUoY=
=HIc4
-----END PGP SIGNATURE-----
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
* Support multiple -d trace:PATTERN arguments (Daniel)
* SCSI cleanups/fixes for removable meia (Fam)
* SCSI security fixes (Li Qiang, PJP)
* qemu-char segfault fix (Lin Ma)
* "make help" and qemu-socket cleanups (Marc-André)
* end of the buffer_is_zero reword (Richard)
* Fix target-i386 syscall segfault (Stanislav)
* split irqchip fix/robustification (Wanpeng)
* misc cleanups (me, Jiangang)
* x86 vmstate fixes (Pavel)
# gpg: Signature made Thu 15 Sep 2016 14:11:35 BST
# gpg: using RSA key 0xBFFBD25F78C7AE83
# gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org>"
# gpg: aka "Paolo Bonzini <pbonzini@redhat.com>"
# Primary key fingerprint: 46F5 9FBD 57D6 12E7 BFD4 E2F7 7E15 100C CD36 69B1
# Subkey fingerprint: F133 3857 4B66 2389 866C 7682 BFFB D25F 78C7 AE83
* remotes/bonzini/tags/for-upstream:
pcspk: adding vmstate for save/restore
kvmvapic: fix state change handler
pc: apic: introduce APIC macro
target-i386: Fixed syscall posssible segfault
log: fix parsing of multiple trace:PATTERN log args
qemu-char: avoid segfault if user lacks of permisson of a given logfile
build-sys: add make 'help' target
linux-user: complete omission of removing uses of strdup
target-i386: fix ordering of fields in CPUX86State
pc: apic: fix touch LAPIC when irqchip is split
scsi: pvscsi: limit process IO loop to ring size
memory: remove memory_region_destructor_rom_device
Change net/socket.c to use socket_*() functions
cutils: Rewrite x86 buffer zero checking
scsi: mptsas: use g_new0 to allocate MPTSASRequest object
virtio-scsi: Don't abort when media is ejected
scsi-disk: Cleaning up around tray open state
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
|
10 years ago |
| .. |
|
aarch64
|
linux-user: AArch64 has sync_file_range, not sync_file_range2
|
10 years ago |
|
alpha
|
linux-user: Clean up target_structs.h header guards
|
10 years ago |
|
arm
|
Clean up ill-advised or unusual header guards
|
10 years ago |
|
cris
|
linux-user: Clean up target_structs.h header guards
|
10 years ago |
|
host
|
linux-user: Clean up hostdep.h header guards
|
10 years ago |
|
i386
|
linux-user: Clean up target_structs.h header guards
|
10 years ago |
|
m68k
|
linux-user: Clean up target_structs.h header guards
|
10 years ago |
|
microblaze
|
linux-user: Clean up target_structs.h header guards
|
10 years ago |
|
mips
|
linux-user: Clean up target_structs.h header guards
|
10 years ago |
|
mips64
|
linux-user: Clean up target_signal.h header guards
|
10 years ago |
|
openrisc
|
linux-user: Clean up target_structs.h header guards
|
10 years ago |
|
ppc
|
linux-user: Clean up target_structs.h header guards
|
10 years ago |
|
s390x
|
linux-user: Clean up target_structs.h header guards
|
10 years ago |
|
sh4
|
linux-user: Clean up target_structs.h header guards
|
10 years ago |
|
sparc
|
linux-user: define missing sparc syscalls
|
10 years ago |
|
sparc64
|
linux-user: Clean up target_structs.h header guards
|
10 years ago |
|
tilegx
|
Clean up ill-advised or unusual header guards
|
10 years ago |
|
unicore32
|
linux-user: Clean up target_structs.h header guards
|
10 years ago |
|
x86_64
|
linux-user: Fix target_semid_ds structure definition
|
10 years ago |
|
Makefile.objs
|
linux-user: Provide safe_syscall for fixing races between signals and syscalls
|
10 years ago |
|
elfload.c
|
linux-user: complete omission of removing uses of strdup
|
10 years ago |
|
errno_defs.h
|
linux-user: Renumber TARGET_QEMU_ESIGRETURN, make it not arch-specific
|
10 years ago |
|
flat.h
|
Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)
|
19 years ago |
|
flatload.c
|
Use #include "..." for our own headers, <...> for others
|
10 years ago |
|
ioctls.h
|
linux-user: Fix type for SIOCATMARK ioctl
|
10 years ago |
|
linux_loop.h
|
linux-user: Add loop control ioctls
|
10 years ago |
|
linuxload.c
|
linux-user: Clean up includes
|
10 years ago |
|
m68k-sim.c
|
linux-user: Clean up includes
|
10 years ago |
|
main.c
|
linux-user, trivial: display "0x%x" instead of "0x%d"
|
10 years ago |
|
mmap.c
|
os-posix: include sys/mman.h
|
10 years ago |
|
qemu.h
|
linux-user/qemu.h: change malloc to g_malloc, free to g_free
|
10 years ago |
|
safe-syscall.S
|
linux-user: Provide safe_syscall for fixing races between signals and syscalls
|
10 years ago |
|
signal.c
|
linux-user,s390x: remove useless cast
|
10 years ago |
|
socket.h
|
linux-user: support SO_PASSSEC setsockopt option
|
12 years ago |
|
strace.c
|
linux-user: fix clone() strace
|
10 years ago |
|
strace.list
|
linux-user: update get_thread_area/set_thread_area strace
|
10 years ago |
|
syscall.c
|
syscall.c: Redefine IFLA_* enums
|
10 years ago |
|
syscall_defs.h
|
Remove remainders of HPPA backend
|
10 years ago |
|
syscall_types.h
|
linux-user: Correct type for LOOP_GET_STATUS{,64} ioctls
|
10 years ago |
|
target_flat.h
|
linux-user/FLAT: allow targets to override FLAT processing
|
15 years ago |
|
trace-events
|
trace-events: fix first line comment in trace-events
|
10 years ago |
|
uaccess.c
|
util: move declarations out of qemu-common.h
|
10 years ago |
|
uname.c
|
linux-user: Clean up includes
|
10 years ago |
|
uname.h
|
Clean up decorations and whitespace around header guards
|
10 years ago |
|
vm86.c
|
linux-user: Clean up includes
|
10 years ago |