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
2010-06-01
vnc: explain why set_encodings loop is reversed
Corentin Chary
1
-0
/
+5
2010-06-01
Revert "vnc: set the right prefered encoding"
Corentin Chary
1
-10
/
+4
2010-05-31
ioapic: improve debugging
Blue Swirl
1
-6
/
+10
2010-05-31
Fix leul_to_cpu on big endian hosts
Alexander Graf
1
-1
/
+1
2010-05-31
arm: fix arm kernel boot for non zero start addr
Lars Munch
9
-30
/
+1
2010-05-31
target-ppc: remove useless line
Thomas Monjalon
1
-1
/
+0
2010-05-31
target-ppc: fix RFI by clearing some bits of MSR
Thomas Monjalon
2
-4
/
+3
2010-05-31
pci-hotplug: make them aware of pci domain.
Isaku Yamahata
3
-4
/
+26
2010-05-31
msix: remove duplicated defines.
Isaku Yamahata
1
-8
/
+0
2010-05-31
pci.h: remove unused constants.
Isaku Yamahata
1
-11
/
+0
2010-05-31
pci: add const to pci_is_express(), pci_config_size().
Isaku Yamahata
1
-2
/
+2
2010-05-31
pci: clean up of pci_set_default_subsystem_id().
Isaku Yamahata
1
-7
/
+5
2010-05-30
mc146818rtc: improve debugging
Blue Swirl
1
-2
/
+20
2010-05-29
sparc32 SuperSPARC MMU Breakpoint Action register (SS-20 OBP fix)
Artyom Tarasenko
1
-0
/
+1
2010-05-29
pc: improve debugging
Blue Swirl
1
-0
/
+12
2010-05-29
apic: improve debugging
Blue Swirl
1
-13
/
+30
2010-05-29
i8259: improve debugging
Blue Swirl
1
-12
/
+11
2010-05-29
sparc64: fix user emulator build
Blue Swirl
1
-0
/
+2
2010-05-29
Pad iommu with an empty slot (necessary for SunOS 4.1.4)
Artyom Tarasenko
1
-1
/
+13
2010-05-29
sparc64: fix 128-bit atomic load from nucleus context v1
Igor V. Kovalenko
1
-5
/
+5
2010-05-29
Pre-allocate guest address space
Paul Brook
5
-8
/
+183
2010-05-28
alpha-linux-user: Fill in SI_CODE for SIGSEGV.
Richard Henderson
1
-1
/
+2
2010-05-28
linux-user: Use qemu-malloc.c.
Richard Henderson
2
-53
/
+2
2010-05-28
Use calloc in qemu_mallocz.
Richard Henderson
1
-4
/
+4
2010-05-28
linux-user: Fix compilation with DEBUG defined
Riccardo Magliocchetti
1
-1
/
+1
2010-05-28
Fix hw/gt64xxx.c compilation with DEBUG defined
Riccardo Magliocchetti
1
-1
/
+1
2010-05-28
Fix typo in balloon help
Riccardo Magliocchetti
1
-1
/
+1
2010-05-28
musicpal: Drop redundant reset call
Jan Kiszka
1
-2
/
+0
2010-05-28
doc: Update monitor info subcommands
Stefan Hajnoczi
1
-1
/
+11
2010-05-28
Fix overflow in i440fx_init()
Avi Kivity
2
-2
/
+2
2010-05-28
arm: prevent coprocessor IO reset
Lars Munch
1
-7
/
+7
2010-05-28
tcg: Use INDEX_op_qemu_ld32 for 32-bit results.
Richard Henderson
1
-0
/
+8
2010-05-28
block: Add missing bdrv_delete() for SG_IO BlockDriver in find_image_format()
Nicholas A. Bellinger
1
-1
/
+3
2010-05-28
qcow2: Fix corruption after error in update_refcount
Kevin Wolf
1
-0
/
+4
2010-05-28
qcow2: Fix corruption after refblock allocation
Kevin Wolf
1
-2
/
+9
2010-05-28
qcow2: Return right error code in write_refcount_block_entries
Kevin Wolf
1
-12
/
+15
2010-05-28
qcow2: Change l2_load to return 0/-errno
Kevin Wolf
1
-16
/
+22
2010-05-28
qcow2: Allow qcow2_get_cluster_offset to return errors
Kevin Wolf
3
-19
/
+37
2010-05-28
block.h: Make BDRV_SECTOR_SIZE 64 bit safe
Jes Sorensen
1
-1
/
+1
2010-05-28
posix-aio-compat: Expand tabs that have crept in
Stefan Hajnoczi
1
-29
/
+29
2010-05-28
drive: allow rerror, werror and readonly for if=none
Gerd Hoffmann
1
-3
/
+3
2010-05-28
add support for protocol driver create_options
MORITA Kazutaka
5
-26
/
+86
2010-05-28
qemu-io: Add multiwrite command
Kevin Wolf
1
-0
/
+192
2010-05-28
block: Fix multiwrite with overlapping requests
Kevin Wolf
1
-1
/
+1
2010-05-28
qcow2: Fix error handling in l2_allocate
Kevin Wolf
1
-10
/
+13
2010-05-28
qcow2: Clear L2 table cache after write error
Kevin Wolf
1
-0
/
+1
2010-05-27
vhost_net.c: v2 Fix build failure introduced by 0bfcd599e3f5c5679cc7d0165a0a1...
Jes Sorensen
1
-1
/
+1
2010-05-27
Make cache=unsafe the default for -snapshot
Alexander Graf
2
-5
/
+5
2010-05-26
sparc64: clean up pci bridge map
Igor V. Kovalenko
2
-25
/
+28
2010-05-26
sparc64: rename sun4u cpu to Ultrasparc IIi
Igor V. Kovalenko
1
-1
/
+1
[prev]
[next]