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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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-15
Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpu
Blue Swirl
8
-39
/
+54
2013-06-14
smbios: Clean up smbios_add_field() parameters
Markus Armbruster
1
-1
/
+1
2013-06-14
log.h: Supply missing includes
Markus Armbruster
1
-0
/
+3
2013-06-14
error-report.h: Supply missing include
Markus Armbruster
1
-0
/
+1
2013-06-14
Merge remote-tracking branch 'mjt/trivial-patches-next' into staging
Anthony Liguori
3
-24
/
+8
2013-06-14
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
4
-12
/
+57
2013-06-14
Merge remote-tracking branch 'pmaydell/tcg-aarch64.next' into staging
Anthony Liguori
2
-1
/
+133
2013-06-14
Merge remote-tracking branch 'rth/tcg-for-anthony' into staging
Anthony Liguori
1
-1
/
+1
2013-06-14
create qemu_openpty_raw() helper function and move it to a separate file
Michael Tokarev
1
-13
/
+2
2013-06-12
tcg/aarch64: implement new TCG target for aarch64
Claudio Fontana
1
-1
/
+4
2013-06-12
include/elf.h: add aarch64 ELF machine and relocs
Claudio Fontana
1
-0
/
+129
2013-06-11
gtk: implement -full-screen
Peter Wu
1
-1
/
+1
2013-06-11
char/serial: Use generic Fifo8
Peter Crosthwaite
1
-10
/
+5
2013-06-11
memory_mapping: Improve qemu_get_guest_memory_mapping() error reporting
Andreas Färber
1
-7
/
+1
2013-06-11
cpu: Turn cpu_get_memory_mapping() into a CPUState hook
Andreas Färber
2
-2
/
+13
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
qdev: Drop FROM_QBUS() macro
Andreas Färber
1
-2
/
+0
2013-06-07
isa: QOM'ify ISADevice
Andreas Färber
3
-20
/
+29
2013-06-07
isa: QOM'ify ISABus
Andreas Färber
1
-1
/
+4
2013-06-07
i8259: Convert PICCommonState to use QOM realizefn
Andreas Färber
1
-1
/
+1
2013-06-07
i8254: Convert PITCommonState to QOM realizefn
Andreas Färber
1
-1
/
+0
2013-06-07
kvm/i8254: QOM'ify some more
Andreas Färber
1
-5
/
+8
2013-06-07
i8254: QOM'ify some more
Andreas Färber
1
-7
/
+11
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-07
isa: Use realizefn for ISADevice
Andreas Färber
2
-2
/
+1
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-05
tcg: Use QEMU_BUILD_BUG_ON for CPU_TLB_ENTRY_BITS
Richard Henderson
1
-1
/
+1
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
[next]