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
/
include
/
qapi
/
qmp
/
json-parser.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-08-21
seccomp: add semctl() to the syscall whitelist
Paul Moore
1
-1
/
+2
2014-08-19
Revert "memory: Use canonical path component as the name"
Peter Maydell
2
-1
/
+4
2014-08-19
arm: stellaris: Remove misleading address_space_mem var
Peter Crosthwaite
1
-2
/
+1
2014-08-19
arm: armv7m: Rename address_space_mem -> system_memory
Peter Crosthwaite
2
-5
/
+5
2014-08-19
aarch64: Allow -kernel option to take a gzip-compressed kernel.
Richard W.M. Jones
1
-0
/
+7
2014-08-19
loader: Add load_image_gzipped function.
Richard W.M. Jones
2
-0
/
+49
2014-08-19
arm: cortex-a9: Fix cache-line size and associativity
Peter Crosthwaite
1
-2
/
+2
2014-08-19
arm/virt: Use PSCI v0.2 function IDs in the DT when KVM uses PSCI v0.2
Christoffer Dall
2
-5
/
+53
2014-08-19
target-arm: Rename QEMU PSCI v0.1 definitions
Christoffer Dall
2
-15
/
+15
2014-08-19
target-arm: Implement MDSCR_EL1 as having state
Peter Maydell
1
-1
/
+3
2014-08-19
target-arm: Implement ARMv8 single-stepping for AArch32 code
Peter Maydell
2
-2
/
+95
2014-08-19
target-arm: Implement ARMv8 single-step handling for A64 code
Peter Maydell
6
-5
/
+131
2014-08-19
target-arm: A64: Avoid duplicate exit_tb(0) in non-linked goto_tb
Peter Maydell
1
-2
/
+3
2014-08-19
target-arm: Set PSTATE.SS correctly on exception return from AArch64
Peter Maydell
2
-0
/
+81
2014-08-19
target-arm: Correctly handle PSTATE.SS when taking exception to AArch32
Peter Maydell
1
-0
/
+4
2014-08-19
target-arm: Don't allow AArch32 to access RES0 CPSR bits
Peter Maydell
3
-9
/
+18
2014-08-19
target-arm: Adjust debug ID registers per-CPU
Peter Maydell
4
-7
/
+31
2014-08-19
target-arm: Provide both 32 and 64 bit versions of debug registers
Peter Maydell
1
-14
/
+20
2014-08-19
target-arm: Allow STATE_BOTH reginfo descriptions for more than cp14
Peter Maydell
1
-3
/
+8
2014-08-19
target-arm: Collect up the debug cp register definitions
Peter Maydell
1
-32
/
+53
2014-08-19
target-arm: Fix return address for A64 BRK instructions
Peter Maydell
1
-1
/
+1
2014-08-18
monitor: fix use after free
Michael S. Tsirkin
3
-6
/
+7
2014-08-18
dump.c: Fix memory leak issue in cleanup processing for dump_init()
Chen Gang
1
-13
/
+5
2014-08-18
monitor: Remove hardcoded watchdog event names
Hani Benhabiles
1
-6
/
+5
2014-08-18
virtio-serial: search for duplicate port names before adding new ports
Amit Shah
1
-0
/
+22
2014-08-18
virtio-serial: create a linked list of all active devices
Amit Shah
2
-0
/
+12
2014-08-18
mtree: remove write-only field
Paolo Bonzini
1
-7
/
+3
2014-08-18
memory: Use canonical path component as the name
Peter Crosthwaite
2
-4
/
+1
2014-08-18
memory: Use memory_region_name for name access
Peter Crosthwaite
1
-4
/
+4
2014-08-18
memory: constify memory_region_name
Peter Crosthwaite
2
-2
/
+2
2014-08-18
exec: Abstract away ref to memory region names
Peter Crosthwaite
1
-2
/
+2
2014-08-18
loader: Abstract away ref to memory region names
Peter Crosthwaite
1
-1
/
+1
2014-08-18
tpm_tis: remove instance_finalize callback
Paolo Bonzini
1
-8
/
+0
2014-08-18
memory: remove memory_region_destroy
Paolo Bonzini
42
-193
/
+0
2014-08-18
memory: convert memory_region_destroy to object_unparent
Paolo Bonzini
9
-14
/
+18
2014-08-17
ioport: split deletion and destruction
Paolo Bonzini
1
-3
/
+8
2014-08-17
nic: do not destroy memory regions in cleanup functions
Paolo Bonzini
2
-6
/
+0
2014-08-17
vga: do not dynamically allocate chain4_alias
Paolo Bonzini
2
-15
/
+12
2014-08-17
sysbus: remove unused function sysbus_del_io
Paolo Bonzini
2
-6
/
+0
2014-08-17
qom: object: move unparenting to the child property's release callback
Paolo Bonzini
1
-10
/
+4
2014-08-17
qom: object: delete properties before calling instance_finalize
Paolo Bonzini
1
-1
/
+1
2014-08-17
target-sparc64: implement Short Floating-Point Store Instructions
Artyom Tarasenko
1
-1
/
+14
2014-08-17
apb: add IOMMU flush register implementation
Mark Cave-Ayland
1
-2
/
+10
2014-08-17
sun4u: switch second PCI-ebus bridge BAR over to PCI IO space
Mark Cave-Ayland
1
-2
/
+2
2014-08-15
qcow2: fix new_blocks double-free in alloc_refcount_block()
Stefan Hajnoczi
1
-0
/
+1
2014-08-15
image-fuzzer: Reduce number of generator functions in __init__
Maria Kustova
1
-161
/
+143
2014-08-15