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-01-06
qemu-nbd: drop loop which can never loop
Stefan Hajnoczi
1
-6
/
+4
2012-01-06
Make python mandatory
Sebastian Herbszt
1
-7
/
+3
2012-01-06
net/socket.c: Fix fd leak in net_socket_listen_init() error paths
Peter Maydell
1
-0
/
+2
2012-01-06
gdbstub: Fix fd leak in gdbserver_open() error path
Peter Maydell
1
-0
/
+2
2012-01-06
configure: Fix test for supported host CPU type
Peter Maydell
1
-23
/
+21
2012-01-06
configure: CONFIG_QEMU_INTERP_PREFIX only for user mode
Stefan Weil
1
-1
/
+1
2012-01-06
scsi virtio-blk usb-msd: Clean up device init error messages
Markus Armbruster
4
-8
/
+8
2012-01-06
Strip trailing '\n' from error_report()'s first argument (again)
Markus Armbruster
2
-8
/
+8
2012-01-06
qemu-options.hx: fix tls-channel help text
Alon Levy
1
-2
/
+2
2012-01-04
Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into staging
Anthony Liguori
10
-113
/
+404
2012-01-04
add L2x0/PL310 cache controller device
Rob Herring
2
-0
/
+182
2012-01-04
arm: add dummy gic security registers
Rob Herring
1
-0
/
+6
2012-01-04
arm: Set frequencies for arm_timer
Mark Langsdorf
1
-5
/
+19
2012-01-04
arm: add missing scu registers
Rob Herring
1
-3
/
+33
2012-01-04
hw/omap_gpmc: Fix region map/unmap when configuring prefetch engine
Peter Maydell
1
-9
/
+21
2012-01-04
hw/omap1.c: Drop unused includes
Peter Maydell
1
-4
/
+0
2012-01-04
hw/omap1.c: Separate dpll_ctl from omap_mpu_state
Juha Riihimäki
2
-15
/
+19
2012-01-04
hw/omap1.c: Separate PWT from omap_mpu_state
Juha Riihimäki
2
-32
/
+35
2012-01-04
Remove IO_MEM_SHIFT
Avi Kivity
4
-23
/
+17
2012-01-04
Drop IO_MEM_ROMD
Avi Kivity
4
-13
/
+16
2012-01-04
Remove IO_MEM_SUBPAGE
Avi Kivity
4
-6
/
+7
2012-01-04
Direct dispatch through MemoryRegion
Avi Kivity
4
-118
/
+53
2012-01-04
Convert io_mem_watch to be a MemoryRegion
Avi Kivity
1
-47
/
+26
2012-01-04
Convert IO_MEM_SUBPAGE_RAM to be a MemoryRegion
Avi Kivity
2
-49
/
+24
2012-01-04
Convert the subpage wrapper to be a MemoryRegion
Avi Kivity
1
-52
/
+18
2012-01-04
Switch cpu_register_physical_memory_log() to use MemoryRegions
Avi Kivity
3
-53
/
+37
2012-01-04
Convert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryRegions
Avi Kivity
4
-146
/
+98
2012-01-04
Uninline get_page_addr_code()
Avi Kivity
2
-25
/
+27
2012-01-04
Avoid range comparisons on io index types
Avi Kivity
4
-21
/
+27
2012-01-04
Fix wrong region_offset when overlaying a page with another
Avi Kivity
1
-0
/
+1
2012-01-04
memory: remove MemoryRegion::backend_registered
Avi Kivity
2
-23
/
+4
2012-01-04
memory: move mmio access to functions
Avi Kivity
4
-39
/
+55
2012-01-04
exec: make phys_page_find() return a temporary
Avi Kivity
1
-100
/
+48
2012-01-04
memory: move endianness compensation to memory core
Avi Kivity
3
-140
/
+41
2012-01-04
memory: obsolete more dirty memory related functions
Avi Kivity
2
-49
/
+49
2012-01-04
xen: convert framebuffer dirty tracking to memory API
Avi Kivity
1
-3
/
+2
2012-01-04
memory: obsolete cpu_physical_memory_[gs]et_dirty_tracking()
Avi Kivity
5
-18
/
+7
2012-01-04
Convert ram_load() to the memory API
Avi Kivity
1
-2
/
+2
2012-01-04
Remove support for version 3 ram_load
Avi Kivity
1
-14
/
+4
2012-01-04
Sort RAMBlocks by ID for migration, not by ram_addr
Avi Kivity
1
-6
/
+2
2012-01-04
Switch ram_save to the memory API
Avi Kivity
1
-20
/
+14
2012-01-04
Store MemoryRegion in RAMBlock
Avi Kivity
2
-0
/
+2
2012-01-04
vmstate, memory: decouple vmstate from memory API
Avi Kivity
71
-154
/
+286
2012-01-04
memory: introduce memory_region_name()
Avi Kivity
2
-0
/
+14
2012-01-04
hw/omap1.c: Separate PWL from omap_mpu_state
Juha Riihimäki
2
-31
/
+37
2012-01-04
hw/omap1.c: omap_mpuio_init() need not be public
Peter Maydell
2
-5
/
+1
2012-01-04
hw/pl110.c: Add post-load hook to invalidate display
Peter Maydell
1
-0
/
+11
2012-01-04
hw/pl181.c: Add save/load support
Peter Maydell
1
-9
/
+40
2012-01-03
Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into staging
Anthony Liguori
27
-415
/
+703
2012-01-03
Remove cpu_get_physical_page_desc()
Avi Kivity
2
-12
/
+0
[next]