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
/
scripts
/
qapi-event.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-05-29
exec: remove ram_addr argument from qemu_ram_block_from_host
Paolo Bonzini
3
-10
/
+8
2016-05-29
memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptr
Paolo Bonzini
6
-52
/
+37
2016-05-29
scsi-generic: Merge block max xfer len in INQUIRY response
Fam Zheng
1
-0
/
+12
2016-05-29
scsi-block: always use SG_IO
Paolo Bonzini
1
-18
/
+196
2016-05-29
scsi-disk: introduce scsi_disk_req_check_error
Paolo Bonzini
1
-67
/
+22
2016-05-29
scsi-disk: add need_fua_emulation to SCSIDiskClass
Paolo Bonzini
1
-2
/
+7
2016-05-29
scsi-disk: introduce dma_readv and dma_writev
Paolo Bonzini
1
-15
/
+52
2016-05-29
scsi-disk: introduce a common base class
Paolo Bonzini
1
-14
/
+22
2016-05-29
xen-hvm: ignore background I/O sections
Paul Durrant
1
-2
/
+12
2016-05-29
docs/atomics: update comparison with Linux
Paolo Bonzini
1
-5
/
+15
2016-05-29
atomics: do not emit consume barrier for atomic_rcu_read
Emilio G. Cota
1
-2
/
+12
2016-05-29
atomics: emit an smp_read_barrier_depends() barrier only for Alpha and Thread...
Emilio G. Cota
1
-0
/
+11
2016-05-29
docs/atomics: update atomic_read/set comparison with Linux
Emilio G. Cota
1
-3
/
+13
2016-05-29
bt: rewrite csrhci_write to avoid out-of-bounds writes
Paolo Bonzini
1
-21
/
+46
2016-05-29
block/iscsi: avoid potential overflow of acb->task->cdb
Peter Lieven
1
-0
/
+7
2016-05-29
scsi: megasas: check 'read_queue_head' index value
Prasad J Pandit
1
-0
/
+2
2016-05-29
scsi: megasas: initialise local configuration data buffer
Prasad J Pandit
1
-1
/
+1
2016-05-29
scsi: megasas: use appropriate property buffer size
Prasad J Pandit
1
-1
/
+1
2016-05-29
scsi: mptsas: infinite loop while fetching requests
Prasad J Pandit
1
-5
/
+4
2016-05-29
scsi: pvscsi: check command descriptor ring buffer size (CVE-2016-4952)
Prasad J Pandit
1
-4
/
+20
2016-05-29
kvm_stat: Remove
Paolo Bonzini
3
-889
/
+0
2016-05-29
nbd: Don't trim unrequested bytes
Eric Blake
1
-6
/
+14
2016-05-29
hw/char: QOM'ify milkymist-uart.c
xiaoqiang zhao
3
-6
/
+10
2016-05-29
hw/char: QOM'ify lm32_uart.c
xiaoqiang zhao
3
-13
/
+35
2016-05-29
hw/char: QOM'ify lm32_juart.c
xiaoqiang zhao
4
-13
/
+14
2016-05-29
hw/char: QOM'ify etraxfs_ser.c
xiaoqiang zhao
3
-12
/
+35
2016-05-29
hw/char: QOM'ify escc.c
xiaoqiang zhao
1
-11
/
+19
2016-05-29
Revert "memory: Drop FlatRange.romd_mode"
Paolo Bonzini
1
-0
/
+4
2016-05-27
linux-user,target-ppc: fix use of MSR_LE
Laurent Vivier
1
-3
/
+3
2016-05-27
linux-user/signal.c: Use s390 target space address instead of host space
Chen Gang
1
-2
/
+2
2016-05-27
linux-user/signal.c: Use target address instead of host address for microblaz...
Chen Gang
1
-1
/
+2
2016-05-27
linux-user/signal.c: Generate opcode data for restorer in setup_rt_frame
Chen Gang
1
-2
/
+10
2016-05-27
linux-user: arm: Remove ARM_cpsr and similar #defines
Peter Maydell
2
-28
/
+11
2016-05-27
linux-user: Use direct syscalls for setuid(), etc
Peter Maydell
1
-12
/
+46
2016-05-27
linux-user: x86_64: Don't use 16-bit UIDs
Peter Maydell
1
-1
/
+2
2016-05-27
linux-user: Use g_try_malloc() in do_msgrcv()
Peter Maydell
1
-1
/
+5
2016-05-27
linux-user: Handle msgrcv error case correctly
Peter Maydell
1
-1
/
+5
2016-05-27
linux-user: Handle negative values in timespec conversion
Peter Maydell
1
-4
/
+4
2016-05-27
linux-user: Use safe_syscall for futex syscall
Peter Maydell
1
-8
/
+10
2016-05-27
linux-user: Use safe_syscall for pselect, select syscalls
Peter Maydell
1
-17
/
+19
2016-05-27
linux-user: Use safe_syscall for execve syscall
Timothy E Baldwin
1
-1
/
+12
2016-05-27
linux-user: Use safe_syscall for wait system calls
Timothy E Baldwin
1
-3
/
+7
2016-05-27
linux-user: Use safe_syscall for open and openat system calls
Timothy E Baldwin
1
-14
/
+4
2016-05-27
linux-user: Use safe_syscall for read and write system calls
Timothy E Baldwin
1
-2
/
+5
2016-05-27
linux-user: Provide safe_syscall for fixing races between signals and syscalls
Timothy E Baldwin
9
-3
/
+360
2016-05-27
linux-user: Add debug code to exercise restarting system calls
Timothy E Baldwin
1
-0
/
+19
2016-05-27
linux-user: Support for restarting system calls for Microblaze targets
Timothy E Baldwin
3
-2
/
+8
2016-05-27
linux-user: Set r14 on exit from microblaze syscall
Peter Maydell
1
-0
/
+7
2016-05-27
linux-user: Support for restarting system calls for tilegx targets
Peter Maydell
3
-9
/
+15
2016-05-27
linux-user: Support for restarting system calls for CRIS targets
Timothy E Baldwin
3
-2
/
+7
[next]