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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-11
memory_mapping: Move MemoryMappingList typedef to qemu/typedefs.h
Andreas Färber
2
-2
/
+5
2013-06-11
cpu: Turn cpu_paging_enabled() into a CPUState hook
Andreas Färber
2
-1
/
+10
2013-06-10
target-i386: Set level=4 on Conroe/Penryn/Nehalem
Eduardo Habkost
1
-0
/
+12
2013-06-10
target-i386: Update model values on Conroe/Penryn/Nehalem CPU models
Eduardo Habkost
1
-0
/
+16
2013-06-10
qemu-char: don't issue CHR_EVENT_OPEN in a BH
Michael Roth
1
-1
/
+1
2013-06-07
qmp: add ImageInfo in BlockDeviceInfo used by query-block
Wenchao Xia
1
-1
/
+3
2013-06-07
block: add image info query function bdrv_query_image_info()
Wenchao Xia
1
-3
/
+3
2013-06-07
block: add snapshot info query function bdrv_query_snapshot_info_list()
Wenchao Xia
1
-1
/
+3
2013-06-06
blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK events
Kevin Wolf
1
-0
/
+3
2013-06-06
qemu-io: Interface cleanup
Kevin Wolf
1
-0
/
+46
2013-06-06
qemu-io: Move qemu_strsep() to cutils.c
Kevin Wolf
1
-0
/
+1
2013-06-06
cutils: Support 'P' and 'E' suffixes in strtosz()
Kevin Wolf
1
-0
/
+2
2013-06-04
Merge remote-tracking branch 'sstabellini/xen_fixes_20130603' into staging
Anthony Liguori
2
-5
/
+3
2013-06-04
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
4
-28
/
+100
2013-06-04
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
5
-11
/
+15
2013-06-04
block: dump snapshot and image info to specified output
Wenchao Xia
1
-2
/
+4
2013-06-04
block: move qmp and info dump related code to block/qapi.c
Wenchao Xia
3
-9
/
+42
2013-06-04
block: move snapshot code in block.c to block/snapshot.c
Wenchao Xia
2
-21
/
+58
2013-06-04
block: drop bs_snapshots global variable
Stefan Hajnoczi
1
-1
/
+0
2013-06-04
block: add block driver read only whitelist
Fam Zheng
1
-1
/
+2
2013-06-03
xen: remove xen_vcpu_init
Stefano Stabellini
1
-1
/
+0
2013-06-03
xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional)
Stefano Stabellini
1
-0
/
+3
2013-06-03
xen: simplify xen_enabled
Stefano Stabellini
1
-4
/
+0
2013-06-03
Merge remote-tracking branch 'kraxel/usb.83' into staging
Anthony Liguori
1
-0
/
+11
2013-06-03
pci: add VMSTATE_MSIX
Gerd Hoffmann
1
-0
/
+11
2013-06-02
fw_cfg: add API to find FW cfg object
Michael S. Tsirkin
1
-0
/
+2
2013-06-02
fw_cfg: move typedef to qemu/typedefs.h
Michael S. Tsirkin
3
-2
/
+2
2013-06-02
refer to FWCfgState explicitly
Laszlo Ersek
2
-10
/
+12
2013-06-02
firmware_abi: move to include/hw/nvram/
Michael S. Tsirkin
1
-0
/
+0
2013-06-01
rtc: remove rtc_set_date
Hu Tao
1
-1
/
+0
2013-05-31
Merge remote-tracking branch 'mdroth/qga-pull-2013-05-30' into staging
Anthony Liguori
1
-0
/
+11
2013-05-31
Merge remote-tracking branch 'luiz/queue/qmp' into staging
Anthony Liguori
1
-1
/
+4
2013-05-31
Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging
Anthony Liguori
7
-64
/
+58
2013-05-30
osdep: add qemu_get_local_state_pathname()
Laszlo Ersek
1
-0
/
+11
2013-05-30
qapi: pad GenericList value fields to 64 bits
Michael Roth
1
-1
/
+4
2013-05-29
memory: add return value to address_space_rw/read/write
Paolo Bonzini
1
-3
/
+9
2013-05-29
memory: propagate errors on I/O dispatch
Paolo Bonzini
2
-4
/
+6
2013-05-29
exec: just use io_mem_read/io_mem_write for 8-byte I/O accesses
Paolo Bonzini
1
-23
/
+1
2013-05-29
memory: add address_space_access_valid
Paolo Bonzini
2
-1
/
+17
2013-05-29
memory: export memory_region_access_valid to exec.c
Paolo Bonzini
1
-0
/
+3
2013-05-29
memory: move unassigned_mem_ops to memory.c
Paolo Bonzini
1
-0
/
+2
2013-05-29
memory: add address_space_translate
Paolo Bonzini
2
-24
/
+19
2013-05-29
exec: make io_mem_unassigned private
Paolo Bonzini
2
-9
/
+2
2013-05-29
exec: eliminate io_mem_ram
Paolo Bonzini
2
-3
/
+2
2013-05-29
kvm: add kvm_readonly_mem_enabled
Jordan Justen
1
-0
/
+10
2013-05-24
Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging
Anthony Liguori
4
-29
/
+37
2013-05-24
memory: limit sections in the radix tree to the actual address space size
Avi Kivity
1
-0
/
+3
2013-05-24
memory: make memory_global_sync_dirty_bitmap take an AddressSpace
Paolo Bonzini
1
-4
/
+3
2013-05-24
memory: Rename readable flag to romd_mode
Jan Kiszka
1
-11
/
+11
2013-05-24
memory: allow memory_region_find() to run on non-root memory regions
Paolo Bonzini
1
-9
/
+19
[next]