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-07-17
fdc: Move floppy geometry guessing back from block.c
Markus Armbruster
5
-139
/
+123
2012-07-17
sheepdog: do not blindly memset all read buffers
Christoph Hellwig
1
-19
/
+18
2012-07-17
sheepdog: always use coroutine-based network functions
MORITA Kazutaka
1
-66
/
+47
2012-07-16
audio: Unbreak capturing in mixemu case
malc
1
-0
/
+1
2012-07-14
qemu-log: fix x86 and user logging
Blue Swirl
2
-20
/
+24
2012-07-14
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
Blue Swirl
5
-11
/
+12
2012-07-14
vga: Implement blinking of text cursor
Jan Kiszka
2
-2
/
+14
2012-07-14
console: Implementing blinking of cursor
Jan Kiszka
1
-1
/
+25
2012-07-14
configure: add -Werror to QEMU_CFLAGS early
Alexander Graf
1
-18
/
+17
2012-07-14
monitor: Use TARGET_PRI*PHYS to avoid TARGET_PHYS_ADDR_BITS ifdef
Peter Maydell
1
-25
/
+4
2012-07-14
hw/sh_serial: Use TARGET_PRIxPHYS rather than %x for physaddr
Peter Maydell
1
-2
/
+4
2012-07-14
hw/omap.h: Use TARGET_PRIxPHYS to define OMAP_FMT_plx
Peter Maydell
1
-7
/
+1
2012-07-14
targphys.h: Define TARGET_PRI*PHYS format specifier macros
Peter Maydell
1
-0
/
+16
2012-07-14
disas: Fix printing of addresses in disassembly
Peter Maydell
1
-0
/
+19
2012-07-14
esp: add AMD PCscsi emulation (PCI SCSI adapter)
Hervé Poussineau
4
-0
/
+380
2012-07-14
pci: add some stubs
Hervé Poussineau
1
-0
/
+15
2012-07-14
esp: use trace framework instead of stderr output
Hervé Poussineau
2
-7
/
+9
2012-07-14
esp: split esp code into generic chip emulation and sysbus layer
Hervé Poussineau
1
-67
/
+95
2012-07-14
esp: use hba_private field instead of a complex cast
Hervé Poussineau
1
-4
/
+4
2012-07-14
esp: support future change of chip_id
Hervé Poussineau
1
-1
/
+3
2012-07-14
esp: implement Reset ATN command
Hervé Poussineau
2
-0
/
+5
2012-07-14
esp: implement Disable selection command
Hervé Poussineau
2
-0
/
+7
2012-07-14
esp: delay Transfer Information command if dma is not enabled
Hervé Poussineau
1
-0
/
+5
2012-07-14
esp: execute select commands immediately when it is a non-dma command
Hervé Poussineau
1
-3
/
+3
2012-07-14
Merge branch 's390-for-upstream' of git://repo.or.cz/qemu/agraf
Blue Swirl
5
-15
/
+56
2012-07-14
Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...
Blue Swirl
7
-52
/
+428
2012-07-13
make: Remove 'build-all' rule
Stefan Weil
1
-3
/
+3
2012-07-13
qemu-keymaps: Finnish keyboard mapping broken
Michael Tokarev
1
-2
/
+0
2012-07-13
vnc: add a more descriptive error message
Amos Kong
1
-1
/
+4
2012-07-13
bitops: Fix documentation
Stefan Weil
1
-4
/
+4
2012-07-13
megasas: mark mfi_frame_desc as 'static'
Hannes Reinecke
1
-1
/
+1
2012-07-12
target-arm: Add support for long format translation table walks
Peter Maydell
1
-0
/
+182
2012-07-12
target-arm: Implement TTBCR changes for LPAE
Peter Maydell
1
-1
/
+14
2012-07-12
target-arm: Implement long-descriptor PAR format
Peter Maydell
1
-10
/
+69
2012-07-12
target-arm: Use target_phys_addr_t in get_phys_addr()
Peter Maydell
1
-14
/
+15
2012-07-12
target-arm: Add 64 bit PAR, TTBR0, TTBR1 for LPAE
Peter Maydell
3
-3
/
+87
2012-07-12
target-arm: Add 64 bit variants of DBGDRAR and DBGDSAR for LPAE
Peter Maydell
1
-0
/
+5
2012-07-12
target-arm: Add AMAIR0, AMAIR1 LPAE cp15 registers
Peter Maydell
1
-0
/
+16
2012-07-12
target-arm: Extend feature flags to 64 bits
Peter Maydell
3
-6
/
+6
2012-07-12
target-arm: Implement privileged-execute-never (PXN)
Peter Maydell
3
-12
/
+26
2012-07-12
ARM: Make target_phys_addr_t 64 bits and physaddrs 40 bits
Peter Maydell
2
-2
/
+2
2012-07-12
hw/imx_avic.c: Avoid format error when target_phys_addr_t is 64 bits
Peter Maydell
1
-1
/
+1
2012-07-12
target-arm: Fix TCG temp handling in 64 bit cp writes
Peter Maydell
1
-0
/
+2
2012-07-12
target-arm: Fix some copy-and-paste errors in cp register names
Peter Maydell
1
-3
/
+3
2012-07-12
target-arm: Fix typo that meant TTBR1 accesses went to TTBR0
Peter Maydell
1
-1
/
+1
2012-07-12
target-arm: Fix CP15 based WFI
Paul Brook
1
-1
/
+1
2012-07-11
iov: Fix do_send_recv() for MinGW (also fixes a build breakage)
Stefan Weil
1
-5
/
+6
2012-07-11
qemu_find_file: check name as a straight path even if it has no '/'
Peter Maydell
1
-3
/
+2
2012-07-10
s390: autodetect map private
Christian Borntraeger
5
-15
/
+56
2012-07-09
megasas: disable due to build breakage
Anthony Liguori
1
-1
/
+0
[next]