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
2014-06-17
exec: introduce qemu_ram_unset_idstr() to unset RAMBlock idstr
Hu Tao
1
-0
/
+1
2014-06-16
Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...
Peter Maydell
18
-18
/
+2850
2014-06-16
spapr_pci: Advertise MSI quota
Badari Pulavarty
1
-0
/
+2
2014-06-16
spapr_hcall: Add address-translation-mode-on-interrupt resource in H_SET_MODE
Alexey Kardashevskiy
1
-0
/
+5
2014-06-16
target-ppc: Support little-endian PPC64 in user mode.
Doug Kwan
1
-0
/
+5
2014-06-16
spapr_iommu: Introduce bus_offset in sPAPRTCETable
Alexey Kardashevskiy
1
-0
/
+2
2014-06-16
spapr_iommu: Introduce page_shift in sPAPRTCETable
Alexey Kardashevskiy
1
-0
/
+2
2014-06-16
spapr_iommu: Get rid of window_size in sPAPRTCETable
Alexey Kardashevskiy
2
-4
/
+1
2014-06-16
spapr_pci: Allow multiple TCE tables per PHB
Alexey Kardashevskiy
1
-1
/
+0
2014-06-16
spapr_pci: spapr_iommu: Make DMA window a subregion
Alexey Kardashevskiy
1
-0
/
+1
2014-06-16
spapr_pci: Introduce a finish_realize() callback
Alexey Kardashevskiy
1
-2
/
+16
2014-06-16
macio ide: Do remainder access asynchronously
Alexander Graf
1
-0
/
+5
2014-06-16
spapr: Add ibm, client-architecture-support call
Alexey Kardashevskiy
1
-1
/
+8
2014-06-16
dump: Make DumpState and endian conversion routines available for arch-specif...
Bharata B Rao
2
-10
/
+63
2014-06-16
spapr: Add support for time base offset migration
Alexey Kardashevskiy
1
-0
/
+1
2014-06-16
util: Add InvMixColumns
Tom Musta
1
-0
/
+7
2014-06-16
util: Add AES ShiftRows and InvShiftRows Tables
Tom Musta
1
-0
/
+4
2014-06-16
util: Add S-Box and InvS-Box Arrays to Common AES Utils
Tom Musta
1
-0
/
+3
2014-06-16
libdecnumber: Introduce decNumberIntegralToInt64
Tom Musta
2
-1
/
+2
2014-06-16
libdecnumber: Introduce decNumberFrom[U]Int64
Tom Musta
1
-0
/
+2
2014-06-16
libdecnumber: Change gstdint.h to stdint.h
Tom Musta
1
-1
/
+1
2014-06-16
libdecnumber: Modify dconfig.h to Integrate with QEMU
Tom Musta
1
-18
/
+6
2014-06-16
libdecnumber: Prepare libdecnumber for QEMU include structure
Tom Musta
5
-5
/
+5
2014-06-16
libdecnumber: Eliminate #include *Symbols.h
Tom Musta
7
-8
/
+0
2014-06-16
libdecnumber: Introduce libdecnumber Code
Tom Musta
9
-0
/
+2740
2014-06-16
mac99: Added FW_CFG_PPC_BUSFREQ to match CLOCKFREQ and TBFREQ already there
BALATON Zoltan
1
-0
/
+2
2014-06-16
QemuOpts: cleanup tmp 'allocated' member from QemuOptsList
Chunyan Liu
1
-6
/
+0
2014-06-16
cleanup QEMUOptionParameter
Chunyan Liu
3
-68
/
+6
2014-06-16
QemuOpts: export qemu_opt_find
Chunyan Liu
1
-0
/
+1
2014-06-16
change block layer to support both QemuOpts and QEMUOptionParamter
Chunyan Liu
2
-4
/
+16
2014-06-16
QemuOpts: add qemu_opts_append to replace append_option_parameters
Chunyan Liu
1
-0
/
+5
2014-06-16
QemuOpts: add conversion between QEMUOptionParameter to QemuOpts
Chunyan Liu
1
-0
/
+9
2014-06-16
QemuOpts: add qemu_opts_print_help to replace print_option_help
Chunyan Liu
1
-0
/
+1
2014-06-16
QemuOpts: add qemu_opt_get_*_del functions for replace work
Chunyan Liu
1
-0
/
+6
2014-06-16
QemuOpts: change opt->name|str from (const char *) to (char *)
Chunyan Liu
1
-2
/
+2
2014-06-16
QemuOpts: add def_value_str to QemuOptDesc
Chunyan Liu
1
-0
/
+1
2014-06-16
QemuOpts: repurpose qemu_opts_print to replace print_option_parameters
Chunyan Liu
1
-1
/
+1
2014-06-16
blockdev: Remove unused DriveInfo reference count
Markus Armbruster
1
-3
/
+1
2014-06-16
blockdev: Rename drive_init(), drive_uninit() to drive_new(), drive_del()
Markus Armbruster
1
-2
/
+2
2014-06-13
spice: add mouse cursor support
Gerd Hoffmann
1
-0
/
+14
2014-06-11
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
3
-6
/
+6
2014-06-11
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-bsd-user-20140611' i...
Peter Maydell
1
-1
/
+1
2014-06-11
net: Export valid host network devices list
Hani Benhabiles
1
-0
/
+1
2014-06-11
monitor: Add ringbuf_write and ringbuf_read argument completion
Hani Benhabiles
1
-2
/
+1
2014-06-11
dump: eliminate DumpState.page_shift ("guest's page shift")
Laszlo Ersek
1
-4
/
+4
2014-06-11
exec: replace ffsl with ctzl
Natanael Copa
1
-1
/
+1
2014-06-10
glib-compat.h: add new thread API emulation on top of pre-2.31 API
Michael Tokarev
1
-0
/
+119
2014-06-09
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
4
-12
/
+63
2014-06-05
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
5
-6
/
+29
2014-06-05
Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into staging
Peter Maydell
7
-911
/
+419
[next]