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
2018-05-02
pc-bios/s390-ccw/net: Add support for .INS config files
Thomas Huth
1
-5
/
+95
2018-05-02
pc-bios/s390-ccw/net: Use diag308 to reset machine before jumping to the OS
Thomas Huth
7
-69
/
+111
2018-05-02
pc-bios/s390-ccw/net: Split up net_load() into init, load and release parts
Thomas Huth
1
-26
/
+37
2018-05-02
pc-bios/s390-ccw: fix non-sequential boot entries (enum)
Collin Walling
3
-15
/
+28
2018-05-02
pc-bios/s390-ccw: fix non-sequential boot entries (eckd)
Collin Walling
1
-9
/
+20
2018-05-02
pc-bios/s390-ccw: fix loadparm initialization and int conversion
Collin Walling
2
-7
/
+11
2018-05-02
pc-bios/s390-ccw: rename MAX_TABLE_ENTRIES to MAX_BOOT_ENTRIES
Collin Walling
3
-5
/
+5
2018-05-02
pc-bios/s390-ccw: size_t should be unsigned
Thomas Huth
2
-2
/
+2
2018-04-30
hw/s390x: Allow to configure the consoles with the "-serial" parameter
Thomas Huth
6
-55
/
+34
2018-04-30
s390x/kvm: cleanup calls to cpu_synchronize_state()
David Hildenbrand
2
-27
/
+1
2018-04-30
vfio-ccw: introduce vfio_ccw_get_device()
Greg Kurz
1
-20
/
+36
2018-04-30
s390x/sclp: extend SCLP event masks to 64 bits
Claudio Imbrenda
2
-10
/
+42
2018-04-30
s390x: introduce 2.13 compat machine
Cornelia Huck
1
-1
/
+16
2018-04-27
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180427-pull-request' ...
Peter Maydell
5
-8
/
+9
2018-04-27
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180427-pull-request' i...
Peter Maydell
12
-16
/
+82
2018-04-27
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.13-20180427' int...
Peter Maydell
37
-810
/
+1132
2018-04-27
ui: introduce vfio_display_reset
Tina Zhang
3
-0
/
+16
2018-04-27
console: introduce dpy_gfx_update_full
Tina Zhang
2
-0
/
+11
2018-04-27
sdl: Allow OpenGL ES context creation
Elie Tournier
3
-3
/
+22
2018-04-27
ccid-card: include libcacard.h only
Michal Privoznik
3
-6
/
+3
2018-04-27
Fix libusb-1.0.22 deprecated libusb_set_debug with libusb_set_option
John Thomson
1
-0
/
+4
2018-04-27
ccid: Fix dwProtocols advertisement of T=0
Jason Andryuk
1
-2
/
+2
2018-04-27
Clear mem_path if we fall back to anonymous RAM allocation
David Gibson
1
-0
/
+1
2018-04-27
spapr: Set compatibility mode before the rest of spapr_cpu_reset()
David Gibson
1
-6
/
+5
2018-04-27
target/ppc: Don't bother with MSR_EP in cpu_ppc_set_papr()
David Gibson
1
-5
/
+4
2018-04-27
spapr: Support ibm,dynamic-memory-v2 property
Bharata B Rao
3
-48
/
+202
2018-04-27
ppc: e500: switch E500 based machines to full machine definition
Igor Mammedov
4
-103
/
+156
2018-04-27
spapr: Add ibm,max-associativity-domains property
Serhii Popovych
1
-0
/
+10
2018-04-27
target/ppc: Fold slb_nr into PPCHash64Options
David Gibson
8
-30
/
+44
2018-04-27
target/ppc: Get rid of POWERPC_MMU_VER() macros
David Gibson
5
-34
/
+28
2018-04-27
target/ppc: Remove unnecessary POWERPC_MMU_V3 flag from mmu_model
David Gibson
2
-4
/
+2
2018-04-27
target/ppc: Fold ci_large_pages flag into PPCHash64Options
David Gibson
6
-8
/
+8
2018-04-27
target/ppc: Move 1T segment and AMR options to PPCHash64Options
David Gibson
6
-14
/
+20
2018-04-27
target/ppc: Make hash64_opts field mandatory for 64-bit hash MMUs
David Gibson
3
-18
/
+21
2018-04-27
target/ppc: Split page size information into a separate allocation
David Gibson
7
-77
/
+80
2018-04-27
target/ppc: Move page size setup to helper function
David Gibson
3
-20
/
+49
2018-04-27
target/ppc: Remove fallback 64k pagesize information
David Gibson
3
-29
/
+2
2018-04-27
target/ppc: Avoid taking "env" parameter to mmu-hash64 functions
David Gibson
3
-20
/
+23
2018-04-27
target/ppc: Pass cpu instead of env to ppc_create_page_sizes_prop()
David Gibson
4
-7
/
+8
2018-04-27
target/ppc: Simplify cpu valid check in ppc_cpu_realize
David Gibson
1
-8
/
+1
2018-04-27
target/ppc: Standardize instance_init and realize function names
David Gibson
1
-6
/
+6
2018-04-27
spapr: drop useless dynamic sysbus device sanity check
Greg Kurz
1
-18
/
+0
2018-04-27
Revert "spapr: Don't allow memory hotplug to memory less nodes"
Serhii Popovych
1
-22
/
+0
2018-04-27
spapr: drop useless sanity check in spapr_irq_alloc*()
Greg Kurz
1
-6
/
+3
2018-04-27
Add host_memory_backend_pagesize() helper
David Gibson
4
-8
/
+23
2018-04-27
Make qemu_mempath_getpagesize() accept NULL
David Gibson
3
-33
/
+22
2018-04-27
spapr: Introduce pseries-2.13 machine type
David Gibson
2
-2
/
+23
2018-04-27
target/ppc: Fix reserved bit mask of dstst instruction
BALATON Zoltan
1
-1
/
+1
2018-04-27
ppc: Fix size of ppc64 xer register
Michael Matz
1
-7
/
+7
2018-04-27
uninorth: rename UNINState to UNINHostState
Mark Cave-Ayland
4
-27
/
+27
[next]