]> git.proxmox.com Git - qemu.git/shortlog
qemu.git
2010-12-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-12 Richard W.M... Watchdog: disable watchdog timer when hard-rebooting...
2010-12-11 Gleb NatapovPass boot device list to firmware.
2010-12-11 Gleb NatapovAdd notifier that will be called when machine is fully...
2010-12-11 Gleb NatapovAdd bootindex for option roms.
2010-12-11 Gleb NatapovChange fw_cfg_add_file() to get full file path as a...
2010-12-11 Gleb NatapovAdd bootindex parameter to net/block/fd device
2010-12-11 Gleb NatapovAdd get_fw_dev_path callback to scsi bus.
2010-12-11 Gleb NatapovAdd get_fw_dev_path callback for usb bus.
2010-12-11 Gleb NatapovRecord which USBDevice USBPort belongs too.
2010-12-11 Gleb NatapovAdd get_fw_dev_path callback for pci bus.
2010-12-11 Gleb NatapovAdd get_fw_dev_path callback for system bus.
2010-12-11 Gleb NatapovAdd get_fw_dev_path callback to IDE bus.
2010-12-11 Gleb NatapovStore IDE bus id in IDEBus structure for easy access.
2010-12-11 Gleb NatapovAdd get_fw_dev_path callback to ISA bus in qdev.
2010-12-11 Gleb NatapovKeep track of ISA ports ISA device is using in qdev.
2010-12-11 Gleb NatapovIntroduce new BusInfo callback get_fw_dev_path.
2010-12-11 Gleb NatapovIntroduce fw_name field to DeviceInfo structure.
2010-12-11 Blue Swirlmonitor: implement x86 info mem for PAE and long modes
2010-12-11 Blue Swirlmonitor: implement x86 info tlb for PAE and long modes
2010-12-11 Bernhard Kohlwdt_i6300esb: register a reset function
2010-12-11 Tristan Gingoldisa-bus.c: use hw_error instead of fprintf
2010-12-11 Alexander Grafusb_ohci: Always use little endian
2010-12-11 Alexander Grafisa_mmio: Always use little endian
2010-12-11 Alexander Grafheathrow_pic: Declare as little endian
2010-12-11 Alexander Grafrtl8139: Declare as little endian
2010-12-11 Alexander Grafopenpic: Replace explicit byte swap with endian hints
2010-12-11 Alexander Grafppc4xx_pci: Declare as little endian
2010-12-11 Alexander Grafversatile_pci: Declare as little endian
2010-12-11 Alexander Grafprep: Declare as little endian
2010-12-11 Alexander Grafe1000: Make little endian
2010-12-11 Alexander Grafuninorth: Get rid of bswap
2010-12-11 Alexander Grafpci-host: Delegate bswap to mmio layer
2010-12-11 Alexander Grafdbdma: Make little endian
2010-12-11 Alexander GrafMake simple io mem handler endian aware
2010-12-11 Alexander GrafAdd endianness as io mem parameter
2010-12-11 Alexander Grafexec: introduce endianness swapped mmio
2010-12-10 Michael Wallenoaudio: fix return value for read()
2010-12-09 Michael S.... pci/aer: factor out common code
2010-12-09 Michael S.... pci/aer: remove dead code
2010-12-09 Michael S.... pci/aer: fix interrupt on config write
2010-12-09 Michael S.... pci/aer: fix error injection
2010-12-09 Michael S.... Makefile: make msix/msi depend on CONFIG_PCI
2010-12-09 Michael S.... pci: untangle pci/msi dependency
2010-12-09 Isaku Yamahatapci: make command SERR bit writable
2010-12-09 Michael S.... virtio-net: stop/start bh when appropriate
2010-12-09 Michael S.... virtio-net: don't dma while vm is stopped
2010-12-09 Michael S.... migration/savevm: no need to flush requests
2010-12-09 Michael S.... cpus: flush all requests on each vm stop
2010-12-09 Mike Ryannet/sock: option to specify local address
2010-12-08 Alexander Grafppc: kvm: fix signedness warning
2010-12-05 Kirill BatuzovSpeedup 'tb_find_slow' by using the same heuristic...
2010-12-04 Peter MaydellRemove unused spin_trylock() function
2010-12-04 Stefan Weildarwin-user: Use GCC_FMT_ATTR (format checking)
2010-12-04 Stefan Weilaudio: Use GCC_FMT_ATTR (format checking)
2010-12-04 Stefan Weiltarget-sparc: Use fprintf_function (format checking)
2010-12-04 Stefan Weil*-dis: Replace fprintf_ftype by fprintf_function (forma...
2010-12-04 Blue SwirlFix mingw32 and OpenBSD warnings
2010-12-04 Edgar E. IglesiasMerge branch 'linux-user-for-upstream' of git://gitorio...
2010-12-03 Stefan Hajnocziexec: Remove debugging fprintf() that slipped into...
2010-12-03 Martin Mohringlinux-user: fix mips and ppc to use UID16
2010-12-03 Riku Voipioupdate binfmt conf
2010-12-03 Riku Voipiolinux-user: fix compiler error on nptl
2010-12-03 Peter MaydellARM: linux-user: Restore iWMMXT state from ucontext...
2010-12-03 Peter MaydellARM: linux-user: Expose iWMMXT registers to signal...
2010-12-03 Peter MaydellARM: linux-user: Restore VFP state from ucontext on...
2010-12-03 Peter MaydellARM: linux-user: Expose VFP registers to signal handlers
2010-12-03 Peter MaydellARM: Expose vfp_get_fpscr() and vfp_set_fpscr() to...
2010-12-03 Peter MaydellARM: linux-user: Correct size of padding in target_ucon...
2010-12-03 Peter Maydelltarget-sparc: remove unused functions cpu_lock(), cpu_u...
2010-12-03 Peter MaydellARM: enable XScale/iWMMXT in linux-user mode
2010-12-03 Jamie Lentinlinux-user: Translate getsockopt level option
2010-12-03 Peter Maydelllinux-user: remove unnecessary local from __get_user...
2010-12-03 Nathan Froydlinux-user: fix memory leaks with NPTL emulation
2010-12-03 amateurlinux-user: mmap_reserve() not controlled by RESERVED_VA
2010-12-03 Peter Maydell[PATCH] target-arm: remove unused functions cpu_lock...
2010-12-02 Anthony LiguoriFix build
2010-12-02 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-02 Jason Wangvhost: Fix address calculation in vhost_dev_sync_region()
2010-12-02 Michael S.... migration: allow rate > 4g
2010-12-02 Michael S.... migration: stable ram block ordering
2010-12-01 Richard Hendersontcg-ia64: Fix warning in qemu_ld.
2010-12-01 Richard Hendersontcg-ia64: Fix address compilation in qemu_st.
2010-12-01 Richard Hendersontcg-ia64: Fix tlb read error for 32-bit targets.
2010-12-01 Richard Hendersontcg-ia64: Implement qemu_ld32.
2010-12-01 Richard Hendersontcg-ia64: Provide default GUEST_BASE.
2010-12-01 Richard Hendersontcg: Fix default definition of divu_i32 and remu_i32.
2010-12-01 Michael S.... Merge remote branch 'origin/master' into pci
2010-11-30 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-11-30 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-11-30 Anthony LiguoriUse a Linux-style MAINTAINERS file
2010-11-29 Kevin Wolfide: Reset current_addr after stopping DMA
2010-11-29 Kevin Wolfide: Ignore double DMA transfer starts/stops
2010-11-29 Kevin Wolfide: Set bus master inactive on error
2010-11-29 Kevin Wolfide: Factor ide_dma_set_inactive out
2010-11-27 Paul BrookAdd pcnet-pci.c
2010-11-27 Paul BrookSplit out common pcnet code
2010-11-27 Paul BrookRemove PCI from sparc32 target
2010-11-27 Paul BrookDetect missing config includes
2010-11-27 Paul BrookFix previous commit
next