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
2008-09-29
Fix save/restore regression introduced by r5318
aliguori
1
-1
/
+1
2008-09-29
My core2duo patch introduced a vague statement of "missing features" in
pbrook
3
-9
/
+41
2008-09-29
Emulate a USB bluetooth dongle (or HCI Transport layer).
balrog
3
-1
/
+651
2008-09-29
Use VHCI to allow the host os to participate in a qemu bluetooth "vlan".
balrog
3
-1
/
+181
2008-09-29
Bluetooth HIDP emulation on top of usb-hid.c and L2CAP and SDP.
balrog
4
-9
/
+607
2008-09-29
Add L2CAP logic and a virtual SDP server for use in emulated devices.
balrog
4
-1
/
+2886
2008-09-29
Add a virtual HCI.
balrog
3
-1
/
+2232
2008-09-28
Implement a HCI passthrough to host.
balrog
4
-1
/
+226
2008-09-28
Emulate a serial bluetooth HCI with H4+ extensions and attach to n8x0's UART.
balrog
4
-1
/
+1984
2008-09-28
Add a "null" bluetooth HCI and a header file for bluetooth.
balrog
7
-4
/
+301
2008-09-28
Rename -cpu atom to -cpu n270.
balrog
1
-1
/
+1
2008-09-28
Fix warning, based on patches by Zeev Tarantov and Jindrich Makovicka
blueswir1
1
-4
/
+5
2008-09-28
Add to machine structure a flag to use SCSI drives instead of IDE: fixes SS-20
blueswir1
5
-16
/
+27
2008-09-28
Fix dots per clock value, cleanup and "optimize"
malc
1
-10
/
+9
2008-09-28
Fix more r5087 breakage
malc
1
-4
/
+1
2008-09-28
Optional "precise" VGA retrace support
malc
5
-6
/
+220
2008-09-28
Change the way video graphics adapter is selected
malc
2
-24
/
+45
2008-09-27
Make compatfd fallback more robust
aliguori
3
-5
/
+43
2008-09-27
Fix whitespace damage in compatfd
aliguori
1
-28
/
+28
2008-09-27
Add mmu tlb demap support (Igor Kovalenko)
blueswir1
1
-1
/
+35
2008-09-27
Allocate code gen buffer properly on FreeBSD
aliguori
1
-0
/
+22
2008-09-26
Fix definition of EMX bit in cpuid (Jens Axboe).
balrog
1
-1
/
+1
2008-09-26
Add a generic Niagara machine
blueswir1
4
-12
/
+74
2008-09-26
Implement some UA2007 block ASIs
blueswir1
1
-0
/
+6
2008-09-26
Implement UA2005 hypervisor traps
blueswir1
3
-18
/
+23
2008-09-26
Move also DEBUG_PCALL (see r5085)
blueswir1
2
-1
/
+1
2008-09-26
Really fix the BSD build this time
aliguori
1
-11
/
+16
2008-09-26
Fix build on non-Linux unices
aliguori
1
-1
/
+0
2008-09-26
Implement an fd pool to get real AIO with posix-aio
aliguori
1
-3
/
+65
2008-09-26
Fix build on FreeBSD
aliguori
2
-11
/
+15
2008-09-25
Revert r5274 which breaks savevm/loadvm
blueswir1
12
-183
/
+78
2008-09-25
Add a simple SSSE3 test.
balrog
1
-0
/
+42
2008-09-25
Add Atom (x86) cpu identification.
balrog
1
-3
/
+24
2008-09-25
SYSENTER/SYSEXIT IA-32e implementation (Alexander Graf).
balrog
5
-29
/
+64
2008-09-25
Core 2 Duo specification (Alexander Graf).
balrog
3
-0
/
+66
2008-09-25
Clean up vendor identification (Alexander Graf).
balrog
2
-6
/
+14
2008-09-25
Implement x86 SSSE3 instructions.
balrog
3
-4
/
+272
2008-09-25
Use qemu_free() on env instead of free.
balrog
1
-1
/
+1
2008-09-24
fix bug in block-qcow2.c:alloc_cluster_offset() (Shahar Frank)
aliguori
1
-1
/
+1
2008-09-24
Fix compiler warning when _VNC_DEBUG isn't defined.
ths
1
-1
/
+1
2008-09-24
pflash: Add missing parenthesis in error message.
ths
1
-1
/
+1
2008-09-24
64 bit truncation in code_gen_buffer_size calculation (Jes Sorensen)
aliguori
1
-1
/
+1
2008-09-24
Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE for resizable vc's.
balrog
3
-8
/
+22
2008-09-24
Don't use ds->dpy_copy directly from hw/ (Jan Niehusmann).
balrog
4
-6
/
+21
2008-09-24
Add missing dependencies for qemu-doc.* (Stefan Weil)
aliguori
1
-3
/
+5
2008-09-23
Fix tcg_gen_concat32_i64 on 64-bit hosts.
pbrook
1
-1
/
+2
2008-09-23
scsi-generic: decode correctly SCSI tape commands (Laurent Vivier)
aliguori
1
-9
/
+54
2008-09-23
Relax posix-aio restrictions on newer glibcs
aliguori
1
-1
/
+1
2008-09-22
Use concet TCG instructions in the MIPS target.
ths
1
-24
/
+4
2008-09-22
CRIS: Improve ASID related TLB flushes.
edgar_igl
4
-37
/
+36
[next]