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-02-29
fdc: check if media rate is correct before doing any transfer
Hervé Poussineau
1
-3
/
+50
2012-02-29
fdc: add a 'check media rate' property. Not used yet
Hervé Poussineau
2
-0
/
+31
2012-02-29
block: add a transfer rate for floppy types
Hervé Poussineau
4
-38
/
+52
2012-02-29
fdc: add CCR (Configuration Control Register) write register
Hervé Poussineau
1
-0
/
+22
2012-02-29
fdc: handle read-only floppies (abort early on write commands)
Hervé Poussineau
1
-0
/
+11
2012-02-29
fdc: most control commands do not generate interrupts
Hervé Poussineau
1
-6
/
+6
2012-02-29
fdc: set busy bit when starting a command
Hervé Poussineau
1
-1
/
+1
2012-02-29
fdc: take side count into account
Hervé Poussineau
1
-6
/
+11
2012-02-29
memory: allow phys_map tree paths to terminate early
Avi Kivity
1
-11
/
+17
2012-02-29
memory: unify PhysPageEntry::node and ::leaf
Avi Kivity
1
-20
/
+18
2012-02-29
memory: change phys_page_set() to set multiple pages
Avi Kivity
1
-18
/
+23
2012-02-29
memory: switch phys_page_set() to a recursive implementation
Avi Kivity
1
-26
/
+41
2012-02-29
memory: replace phys_page_find_alloc() with phys_page_set()
Avi Kivity
1
-11
/
+4
2012-02-29
memory: simplify multipage/subpage registration
Avi Kivity
1
-55
/
+65
2012-02-29
memory: give phys_page_find() its own tree search loop
Avi Kivity
1
-4
/
+13
2012-02-29
memory: make phys_page_find() return a MemoryRegionSection
Avi Kivity
1
-139
/
+160
2012-02-29
memory: move tlb flush to MemoryListener commit callback
Avi Kivity
1
-8
/
+8
2012-02-29
memory: unify the two branches of cpu_register_physical_memory_log()
Avi Kivity
1
-34
/
+15
2012-02-29
memory: fix RAM subpages in newly initialized pages
Avi Kivity
1
-12
/
+10
2012-02-29
memory: compress phys_map node pointers to 16 bits
Avi Kivity
1
-9
/
+45
2012-02-29
memory: store MemoryRegionSection pointers in phys_map
Avi Kivity
1
-80
/
+107
2012-02-29
memory: unify phys_map last level with intermediate levels
Avi Kivity
1
-43
/
+35
2012-02-29
memory: remove first level of l1_phys_map
Avi Kivity
1
-21
/
+8
2012-02-29
memory: change memory registration to rebuild the memory map on each change
Avi Kivity
1
-1
/
+49
2012-02-29
memory: support stateless memory listeners
Avi Kivity
6
-0
/
+88
2012-02-29
memory: split memory listener for the two address spaces
Avi Kivity
1
-14
/
+66
2012-02-29
xen: ignore I/O memory regions
Avi Kivity
1
-1
/
+1
2012-02-29
memory: allow MemoryListeners to observe a specific address space
Avi Kivity
6
-11
/
+46
2012-02-29
memory: drop AddressSpaceOps
Avi Kivity
1
-54
/
+2
2012-02-29
memory: use a MemoryListener for core memory map updates too
Avi Kivity
3
-26
/
+79
2012-02-29
memory: don't pass ->readable attribute to cpu_register_physical_memory_log
Avi Kivity
3
-4
/
+4
2012-02-29
memory: add a readonly attribute to MemoryRegionSection
Avi Kivity
2
-0
/
+7
2012-02-29
memory: move ioeventfd ops to MemoryListener
Avi Kivity
5
-56
/
+128
2012-02-29
memory: code motion: move MEMORY_LISTENER_CALL()
Avi Kivity
1
-32
/
+32
2012-02-29
memory: switch memory listeners to a QTAILQ
Avi Kivity
5
-22
/
+55
2012-02-29
memory: add shorthand for invoking a callback on all listeners
Avi Kivity
1
-35
/
+19
2012-02-29
memory: remove memory_region_set_offset()
Avi Kivity
2
-25
/
+10
2012-02-29
ioport: change portio_list not to use memory_region_set_offset()
Avi Kivity
2
-7
/
+22
2012-02-28
Move definition of HOST_LONG_BITS to qemu-common.h
Stefan Weil
2
-12
/
+9
2012-02-28
target-xtensa: Clean includes
Stefan Weil
3
-3
/
+0
2012-02-28
target-unicore32: Clean includes
Stefan Weil
2
-4
/
+2
2012-02-28
target-sh4: Clean includes
Stefan Weil
1
-6
/
+0
2012-02-28
target-s390x: Clean includes
Stefan Weil
3
-10
/
+3
2012-02-28
target-ppc: Clean includes
Stefan Weil
2
-12
/
+0
2012-02-28
target-mips: Clean includes
Stefan Weil
1
-7
/
+0
2012-02-28
target-microblaze: Clean includes
Stefan Weil
4
-17
/
+3
2012-02-28
target-m68k: Clean includes
Stefan Weil
3
-11
/
+1
2012-02-28
target-lm32: Clean includes
Stefan Weil
3
-13
/
+1
2012-02-28
target-i386: Clean includes
Stefan Weil
2
-7
/
+0
2012-02-28
target-cris: Clean includes
Stefan Weil
4
-16
/
+3
[prev]
[next]