qemu /
qemu /
50cfa95cbd6d0ab896530f7af07a4d5e7539ddc0 - 50cfa95 CRIS: Eliminate a few unneeded moves to/from T0/T1. by edgar_igl · 17 years ago
- 5d1d98e CRIS: Reduce the number of tb dependent flags. by edgar_igl · 17 years ago
- c7d0569 CRIS: Do post-increment without going via T0. by edgar_igl · 17 years ago
- 63c1d92 Avoid a build warning. by edgar_igl · 17 years ago
- b01cde7 ETRAX-FS board: Add more flash and internal memory. Select interrupt nr for the by edgar_igl · 17 years ago
- 6023722 ETRAX timers: Improve the support for timer1 and let the board-setup choose irq nr. by edgar_igl · 17 years ago
- f062058 ETRAX serial port: by edgar_igl · 17 years ago
- b41f7df CRIS updates: by edgar_igl · 17 years ago
- ff56ff7 CRIS: Make CCS related tests pass in system simulation by masking off flags not related to the tests. by edgar_igl · 17 years ago
- 31d731a CRIS: Correct typo in test for moverm. by edgar_igl · 17 years ago
- deb9d2e Audio endianness and mutex usage fixes (malc.git). by balrog · 17 years ago
- b0f6edb Musicpal: convert to ram_addr_t by balrog · 17 years ago
- 771effe FDC: Fix data transfer len (Hervé Poussineau) by blueswir1 · 17 years ago
- b3bc154 FDC: Fix buffer overflow (Hervé Poussineau) by blueswir1 · 17 years ago
- 6ef05b9 Improved large memory support by blueswir1 · 17 years ago
- 460a09c Fix incorrect argument types. by pbrook · 17 years ago
- cefec4f FDC fix 10/10 (Hervé Poussineau): - Replaces access to cur_drv field by macros. by blueswir1 · 17 years ago
- 78ae820 FDC fix 9/10 (Hervé Poussineau): by blueswir1 · 17 years ago
- 46d3233 FDC fix 8/10 (Hervé Poussineau): by blueswir1 · 17 years ago
- 7737052 FDC fix 7/10 (Hervé Poussineau): by blueswir1 · 17 years ago
- b9b3d22 FDC fix 6/10 (Hervé Poussineau): by blueswir1 · 17 years ago
- 1c346df FDC fix 5/10 (Hervé Poussineau): by blueswir1 · 17 years ago
- 368df94 FDC fix 4/10 (Hervé Poussineau): by blueswir1 · 17 years ago
- 8c6a4d7 FDC fix 3/10 (Hervé Poussineau): by blueswir1 · 17 years ago
- 746d6de FDC fix 2/10 (Hervé Poussineau): by blueswir1 · 17 years ago
- 678803a FDC fix 1/12 (Hervé Poussineau): by blueswir1 · 17 years ago
- b1fa716 Revert v4260, breaks Sparc32 by blueswir1 · 17 years ago
- a1620fa Describe the format= option in the --help output. List the accepted by aurel32 · 17 years ago
- cd94006 Fix wrong type in printf(), introduced in revision 4265 by aurel32 · 17 years ago
- 1e72d3b add format= to drive options (CVE-2008-2004) by aurel32 · 17 years ago
- 5b25757 Fix a typo introduced in revision 4272 by aurel32 · 17 years ago
- 3ea8749 BIOS: Reenable processor SSDT generation. Don't advertise ACPI C2 or C3 by aurel32 · 17 years ago
- d2856f1 Factorize code in translate.c by aurel32 · 17 years ago
- 923e5e3 qemu ppc uic: Order IRQ bit number as described in the UIC documentation. by aurel32 · 17 years ago
- 72fb7da Fix a typo in cpu_physical_memory_rw() by aurel32 · 17 years ago
- dc1c0b7 Add a monitor command to raise NMI by aurel32 · 17 years ago
- e6e514c bios: disable processor SSDT generation. Fixes high idle load on x86/x86-64. by aurel32 · 17 years ago
- aa92310 musicpal: Fix output level of 8-bit samples (Jan Kiszka). by balrog · 17 years ago
- 7546c01 Ignore the wrapping of acpi timer counter again. by balrog · 17 years ago
- f3ae070 Treat DNS a special case among special addresses in slirp (Jason Wessel). by balrog · 17 years ago
- 4fc5d07 Fix a regression introduced by my previous commit, ram_size is now unsigned. by aurel32 · 17 years ago
- 00f82b8 Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
- c1d00dc Revert wrong changes by blueswir1 · 17 years ago
- ac2e9d6 Fix broken TCX vram, restore Sun4u PROM_SIZE_MAX by blueswir1 · 17 years ago
- 88fdf56 IO ports registration errors are fatal errors. by balrog · 17 years ago
- b22205f Errors while registering ioports are not fatal (Glauber Costa). by balrog · 17 years ago
- 47e4ca5 Fix scsi-disk sense-key/status confusion (Marcelo Tosatti). by balrog · 17 years ago
- 4a0d827 Fix slirp udp source address contamination (Jason Wessel) by balrog · 17 years ago
- ce1f452 Fix sci irq set when acpi timer about to wrap (Dor Laor, Yaniv Kamay). by balrog · 17 years ago
- b800591 Add loop device ioctls (Gary Thomas). by balrog · 17 years ago
- c38b6e2 Fill in touchscreen calibration values from a Palm T|E. by balrog · 17 years ago
- 7ab240a Teach mmap to not overwrite reserved pages and fix brk return value (Richard Purdie). by balrog · 17 years ago
- 662caa6 Let WM8750 users write to audio buffer directly. by balrog · 17 years ago
- c21c583 Fix USB and HID report descriptors for mouse and tablet. by balrog · 17 years ago
- 0266f2c Fix MusicPal LCD on non-32 bpp displays or with -nographic. by balrog · 17 years ago
- ea01e5f Fix spurious VNC disconnects on Win32 (Hervé Poussineau). by balrog · 17 years ago
- 171cd1c Cope with arch-specific page protection flags in mmap (Richard Purdie). by balrog · 17 years ago
- 523111e Improve audio api use in WM8750. by balrog · 17 years ago
- 24859b6 ARM: Marvell 88w8618 / MusicPal emulation (Jan Kiszka). by balrog · 17 years ago
- e61b79d Stellaris boards really aren't that big! by pbrook · 17 years ago
- 7fb4fdc RAM usage information in machine definition. by balrog · 17 years ago
- c73f96f Fix irq handling (Hervé Poussineau) by blueswir1 · 17 years ago
- 938255d Copy Sparc64 firmware when installing (Hervé Poussineau) by blueswir1 · 17 years ago
- 4b8b8b7 Document the shift values by blueswir1 · 17 years ago
- a23a663 Fix PHYS_ADDR_MASK: upper bits of a PTE are reserved so they are 52 bits by aurel32 · 17 years ago
- 99c6c08 Ignore .git and .svn in Makefile, noticed by Stefan Weil. by aurel32 · 17 years ago
- 0387544 Revert "Use correct types to enable > 2G support" (r4238), it is not yet ready. by aurel32 · 17 years ago
- 0ba5f00 x86/x86-64 MMU PAE fixes by aurel32 · 17 years ago
- 967032c Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
- acb98ef bios: add support to memory above the pci hole by aurel32 · 17 years ago
- 4e14008 Revert the previous patch by blueswir1 · 17 years ago
- 4595fca Move 128-bit float emulation under linux-user including the forgotten file by blueswir1 · 17 years ago
- 25bc827 Move 128-bit float emulation under linux-user by blueswir1 · 17 years ago
- ddc2db5 x86: remove load_kernel() by aurel32 · 17 years ago
- 942ac05 Inventra MUSB-HDRC host-mode USB. by balrog · 17 years ago
- a050e24 Hush pointer target signedness warnings from gcc 4. by balrog · 17 years ago
- b21e986 Fix update region size in EPSON blizzard. by balrog · 17 years ago
- 216fdff Remove duplicate definitions by blueswir1 · 17 years ago
- 2520c66 Use "mount -o remount" instead of "umount" and "mount /dev/shm", by aurel32 · 17 years ago
- b29d8ae fix dyngen on HPPA hosts by aurel32 · 17 years ago
- 2408a52 more configure cleanups by aurel32 · 17 years ago
- 9bd0d29 PCnet: Allow more then two TMDs (Jan Kiszka) by blueswir1 · 17 years ago
- b305b5b Flash support for mips r4k pseudo-machine, by Jean-Christophe Plagniol-Villard. by ths · 17 years ago
- eb69b50 Prevent use of an uninitialised value in WM8750 and move buffer flush by balrog · 17 years ago
- 601d70b Remove an unused field and fix some non-code typos. by balrog · 17 years ago
- 66230e0 Correct more ARM VFP 32/64 and signed/unsigned typos. by balrog · 17 years ago
- 9c9bb6c Optimize consecutive CFI02 writes by remapping memory lazily (Jan Kiszka). by balrog · 17 years ago
- 4fbd24b Emulate address wrap in CFI02 chips mapping (Jan Kiszka). by balrog · 17 years ago
- 6725070 Allow a custom unlock address in CFI02 flash (Jan Kiszka). by balrog · 17 years ago
- 422ebf6 Save the exact SWI return address in Thumb mode. by balrog · 17 years ago
- aec454d Use qemu time/date functions for the Menelaus RTC. by balrog · 17 years ago
- 7e7c5e4 Nokia N800 machine support (ARM). by balrog · 17 years ago
- a5d7eb6 Add TSC2301 touchscreen & keypad controller. by balrog · 17 years ago
- 827df9f Add basic OMAP2 chip support. by balrog · 17 years ago
- f93eb9f Move the excess of arm_load_kernel() parameters into a struct. by balrog · 17 years ago
- e22f8f3 Correctly restore pc after an exception occured in Thumb mode. by balrog · 17 years ago
- 5b340b5 Fix ARM VFP related segfaults. by balrog · 17 years ago
- 35c4d67 Fix keyboard emulation for ARM versatile board: by aurel32 · 17 years ago
- 3bee8bd SDL: Fix dead keys by aurel32 · 17 years ago
- a5b38b5 x86: Rework local IRQ delivery for APICs by aurel32 · 17 years ago