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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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-23
qemu-sockets: add Error ** to all functions
Paolo Bonzini
6
-24
/
+24
2012-10-23
error: add error_set_errno and error_setg_errno
Paolo Bonzini
2
-0
/
+37
2012-10-22
usb-serial: only expose device in guest when the chardev is open
Gerd Hoffmann
1
-2
/
+17
2012-10-22
usb-serial: don't magically zap chardev on umplug
Gerd Hoffmann
1
-1
/
+1
2012-10-22
serial: add pci-serial documentation
Gerd Hoffmann
2
-0
/
+36
2012-10-22
serial: add 2x + 4x pci variant
Gerd Hoffmann
1
-0
/
+149
2012-10-22
serial: add windows inf file for the pci card to docs
Gerd Hoffmann
1
-0
/
+109
2012-10-22
serial: add pci variant
Gerd Hoffmann
6
-0
/
+112
2012-10-22
serial: split serial.c
Gerd Hoffmann
26
-180
/
+257
2012-10-22
Call MADV_HUGEPAGE for guest RAM allocations
Luiz Capitulino
2
-0
/
+6
2012-10-22
Merge remote-tracking branch 'quintela/migration-next-20121017' into staging
Anthony Liguori
17
-272
/
+319
2012-10-22
Merge remote-tracking branch 'qemu-kvm/memory/dma' into staging
Anthony Liguori
21
-471
/
+484
2012-10-22
pci: honor PCI_COMMAND_MASTER
Avi Kivity
2
-2
/
+12
2012-10-22
pci: give each device its own address space
Avi Kivity
2
-0
/
+15
2012-10-22
memory: add address_space_destroy()
Avi Kivity
4
-2
/
+39
2012-10-22
dma: make dma access its own address space
Avi Kivity
3
-23
/
+22
2012-10-22
memory: per-AddressSpace dispatch
Avi Kivity
6
-71
/
+194
2012-10-22
s390: avoid reaching into memory core internals
Avi Kivity
1
-2
/
+1
2012-10-22
memory: use AddressSpace for MemoryListener filtering
Avi Kivity
9
-23
/
+25
2012-10-22
memory: move tcg flush into a tcg memory listener
Avi Kivity
1
-2
/
+6
2012-10-22
memory: move address_space_memory and address_space_io out of memory core
Avi Kivity
3
-24
/
+7
2012-10-22
memory: manage coalesced mmio via a MemoryListener
Avi Kivity
6
-39
/
+27
2012-10-22
fix CONFIG_QEMU_HELPERDIR generation again
Michael Tokarev
1
-1
/
+1
2012-10-20
target-sparc: fix FMOVr instruction
Aurelien Jarno
1
-1
/
+1
2012-10-20
hw/pl031: Use LOG_GUEST_ERROR
Peter Maydell
1
-6
/
+10
2012-10-20
hw/pl022: Use LOG_UNIMP and LOG_GUEST_ERROR
Peter Maydell
1
-3
/
+5
2012-10-20
hw/pl011: Use LOG_UNIMP and LOG_GUEST_ERROR
Peter Maydell
1
-4
/
+7
2012-10-20
hw/pl190: Use LOG_GUEST_ERROR
Peter Maydell
1
-2
/
+4
2012-10-20
hw/pl041: Use LOG_UNIMP
Peter Maydell
1
-2
/
+3
2012-10-20
hw/pl181: Use LOG_UNIMP and LOG_GUEST_ERROR
Peter Maydell
1
-8
/
+10
2012-10-20
hw/hw.h: Add include of qemu-log.h
Peter Maydell
1
-0
/
+1
2012-10-20
qemu-log: Add new log category for guest bugs
Peter Maydell
2
-0
/
+4
2012-10-20
target-sparc: Remove cpu_tmp0 as a global
Richard Henderson
1
-85
/
+118
2012-10-20
target-sparc: Make cpu_dst local to OP=2 insns
Richard Henderson
1
-4
/
+3
2012-10-20
target-sparc: Only use cpu_dst for eventual writes to a gpr
Richard Henderson
1
-26
/
+26
2012-10-20
target-sparc: Remove last uses of cpu_tmp64
Richard Henderson
1
-11
/
+17
2012-10-20
target-sparc: Remove cpu_tmp64 use from softint insns
Richard Henderson
1
-6
/
+6
2012-10-20
target-sparc: Don't use a temporary for gen_dest_fpr_D
Richard Henderson
1
-16
/
+16
2012-10-20
target-sparc: Remove usage of cpu_tmp64 from most helper functions
Richard Henderson
1
-29
/
+44
2012-10-20
target-sparc: Tidy ldfsr, stfsr
Richard Henderson
1
-20
/
+17
2012-10-20
target-sparc: Avoid cpu_tmp32 in Write Priv Register
Richard Henderson
1
-32
/
+24
2012-10-20
target-sparc: Avoid cpu_tmp32 in Read Priv Register
Richard Henderson
1
-32
/
+21
2012-10-20
target-sparc: Use get_temp_i32 in gen_dest_fpr_F
Richard Henderson
1
-14
/
+14
2012-10-20
target-sparc: Split out get_temp_i32
Richard Henderson
1
-12
/
+17
2012-10-20
target-sparc: Make the cpu_addr variable local to load/store handling
Richard Henderson
1
-11
/
+11
2012-10-20
target-sparc: Cleanup cpu_src[12] allocation
Richard Henderson
1
-9
/
+7
2012-10-20
target-sparc: Finish conversion to gen_load_gpr
Richard Henderson
1
-38
/
+20
2012-10-20
target-sparc: Convert swap to gen_load/store_gpr
Richard Henderson
1
-8
/
+8
2012-10-20
target-sparc: Convert asi helpers to gen_*_gpr
Richard Henderson
1
-29
/
+32
2012-10-20
target-sparc: Use gen_load_gpr in get_src[12]
Richard Henderson
1
-46
/
+29
[next]