index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-05
hw/r2d: add comment: this strncpy use is ok
Jim Meyering
1
-0
/
+2
2012-10-05
qcow2: mark this file's sole strncpy use as justified
Jim Meyering
1
-0
/
+1
2012-10-05
acpi: remove strzcpy (strncpy-identical) function; just use strncpy
Jim Meyering
1
-16
/
+8
2012-10-05
libcacard/vcard_emul_nss: use pstrcpy in place of strncpy
Jim Meyering
2
-2
/
+4
2012-10-05
qemu-ga: prefer pstrcpy: consistently NUL-terminate ifreq.ifr_name
Jim Meyering
1
-1
/
+1
2012-10-05
vscsi: avoid unwarranted strncpy
Jim Meyering
1
-1
/
+1
2012-10-05
virtio-9p: avoid unwarranted uses of strncpy
Jim Meyering
3
-4
/
+8
2012-10-05
bt: replace fragile snprintf use and unwarranted strncpy
Jim Meyering
1
-5
/
+2
2012-10-05
ui/vnc: simplify and avoid strncpy
Jim Meyering
1
-3
/
+1
2012-10-05
linux-user: remove two unchecked uses of strdup
Jim Meyering
1
-5
/
+7
2012-10-05
ppc: avoid buffer overrun: use pstrcpy, not strncpy
Jim Meyering
1
-1
/
+1
2012-10-05
os-posix: avoid buffer overrun
Jim Meyering
1
-2
/
+1
2012-10-05
lm32: avoid buffer overrun
Jim Meyering
1
-1
/
+1
2012-10-05
hw/9pfs: avoid buffer overrun
Jim Meyering
1
-2
/
+2
2012-10-05
vmdk: relative_path: use pstrcpy in place of strncpy
Jim Meyering
1
-2
/
+1
2012-10-05
sheepdog: avoid a few buffer overruns
Jim Meyering
1
-12
/
+22
2012-10-05
block: avoid buffer overrun by using pstrcpy, not strncpy
Jim Meyering
1
-2
/
+3
2012-10-05
sparc: use g_strdup in place of unchecked strdup
Jim Meyering
1
-2
/
+2
2012-10-05
scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULL
Jim Meyering
6
-11
/
+7
2012-10-04
Merge remote-tracking branch 'sstabellini/xen-2012-10-03' into staging
Anthony Liguori
10
-53
/
+142
2012-10-04
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
40
-426
/
+4923
2012-10-04
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
16
-155
/
+517
2012-10-04
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
6
-22
/
+34
2012-10-04
Merge remote-tracking branch 'kraxel/usb.66' into staging
Anthony Liguori
4
-109
/
+140
2012-10-04
Make target_phys_addr_t 64 bits unconditionally
Avi Kivity
13
-75
/
+13
2012-10-03
xen: Set the vram dirty when an error occur.
Anthony PERARD
1
-1
/
+2
2012-10-03
exec, memory: Call to xen_modified_memory.
Anthony PERARD
2
-0
/
+3
2012-10-03
exec: Introduce helper to set dirty flags.
Anthony PERARD
1
-35
/
+17
2012-10-03
xen: Introduce xen_modified_memory.
Anthony PERARD
3
-0
/
+26
2012-10-03
QMP, Introduce xen-set-global-dirty-log command.
Anthony PERARD
4
-0
/
+57
2012-10-03
qemu/xen: Add 64 bits big bar support on qemu
Xudong Hao
2
-15
/
+31
2012-10-03
xen: Fix, no unplug of pt device by platform device.
Anthony PERARD
1
-2
/
+6
2012-10-01
fpu/softfloat.c: Return correctly signed values from uint64_to_float32
Peter Maydell
1
-2
/
+2
2012-10-01
fpu/softfloat.c: Remove pointless shift of always-zero value
Peter Maydell
1
-1
/
+1
2012-10-01
vfio_pci: fix build on 32-bit systems
Anthony Liguori
1
-1
/
+1
2012-10-01
vfio: Enable vfio-pci and mark supported
Alex Williamson
2
-1
/
+7
2012-10-01
vfio: vfio-pci device assignment driver
Alex Williamson
2
-0
/
+1978
2012-10-01
Update Linux kernel headers
Alex Williamson
1
-0
/
+368
2012-10-01
Update kernel header script to include vfio
Alex Williamson
1
-1
/
+1
2012-10-01
x86: Implement SMEP and SMAP
H. Peter Anvin
6
-49
/
+207
2012-09-30
i386: -cpu help: remove reference to specific CPUID leaves/registers
Eduardo Habkost
1
-4
/
+4
2012-09-30
i386: cpu: eliminate duplicate feature names
Eduardo Habkost
1
-8
/
+23
2012-09-30
i386: cpu: replace EXT2_FEATURE_MASK with CPUID_EXT2_AMD_ALIASES
Eduardo Habkost
1
-9
/
+11
2012-09-30
i386: kvm: use a #define for the set of alias feature bits
Eduardo Habkost
2
-1
/
+13
2012-09-30
i386: kvm: bit 10 of CPUID[8000_0001].EDX is reserved
Eduardo Habkost
1
-1
/
+1
2012-09-28
qemu-iotests: add tests for streaming error handling
Paolo Bonzini
3
-2
/
+229
2012-09-28
qemu-iotests: map underscore to dash in QMP argument names
Paolo Bonzini
1
-1
/
+7
2012-09-28
blkdebug: process all set_state rules in the old state
Paolo Bonzini
1
-5
/
+7
2012-09-28
stream: add on-error argument
Paolo Bonzini
6
-9
/
+47
2012-09-28
block: introduce block job error
Paolo Bonzini
8
-12
/
+120
[next]