]> git.proxmox.com Git - qemu.git/shortlog
qemu.git
2013-02-18 Andre Przywaravnc-tls: Fix compilation with newer versions of GNU-TLS backup3
2013-02-18 Markus Armbrusterdoc help: Collect block device stuff under its own...
2013-02-18 Markus Armbrusterdoc help: A few options are under inappropriate heading...
2013-02-18 Markus Armbrusterhelp: Fix markup of heading "USB options" so it appears...
2013-02-18 Markus Armbrusterdoc: Fix texinfo @table markup in qemu-options.hx
2013-02-18 Markus Armbrusterdoc: Fill some option doc gaps in manual page and qemu-doc
2013-02-18 Markus Armbrusterdoc: Fix some option entries in qemu-doc's function...
2013-02-18 Markus Armbrusterhelp: Drop bogus help on -qtest and -qtest-log
2013-02-18 Andreas Färberisa: Split off instance_init for ISADevice
2013-02-18 Andreas Färberqtest: Add MMIO support
2013-02-18 Andreas Färberlibqtest: Introduce qtest_qmpv() and convert remaining...
2013-02-18 Andreas Färberlibqtest: Convert macros to functions and clean up...
2013-02-18 Anthony LiguoriMerge remote-tracking branch 'afaerber/qom-cpu' into...
2013-02-17 Richard Hendersontests: Add unit tests for mulu64 and muls64
2013-02-17 Richard Hendersonhost-utils: Improve mulu64 and muls64
2013-02-17 Richard Hendersonhost-utils: Use __int128_t for mul[us]64
2013-02-17 Andreas Färbertcg/ppc: Fix build of tcg_qemu_tb_exec()
2013-02-16 Andreas Färbertarget-sparc: Fix debug output for DEBUG_MMU
2013-02-16 Andreas Färbertarget-i386: Split command line parsing out of cpu_x86_...
2013-02-16 Andreas Färbertarget-i386: Move cpu_x86_init()
2013-02-16 Andreas Färbertarget-lm32: Drop unused cpu_lm32_close() prototype
2013-02-16 Andreas Färbertarget-s390x: Drop unused cpu_s390x_close() prototype
2013-02-16 Andreas Färberspapr_hcall: Replace open-coded CPU loop with qemu_get_...
2013-02-16 Andreas Färberppce500_spin: Replace open-coded CPU loop with qemu_get...
2013-02-16 Andreas Färbere500: Replace open-coded loop with qemu_get_cpu()
2013-02-16 Andreas Färbercpu: Add CPUArchState pointer to CPUState
2013-02-16 Andreas Färbercputlb: Pass CPUState to cpu_unlink_tb()
2013-02-16 Andreas Färbercpu: Move current_tb field to CPUState
2013-02-16 Andreas Färbercpu: Move exit_request field to CPUState
2013-02-16 Andreas Färbercpu: Move running field to CPUState
2013-02-16 Andreas Färbercpu: Move host_tid field to CPUState
2013-02-16 Andreas Färbertarget-cris: Introduce CRISCPU subclasses
2013-02-16 Andreas Färbertarget-m68k: Pass M68kCPU to m68k_set_irq_level()
2013-02-16 Andreas Färbermcf_intc: Pass M68kCPU to mcf_intc_init()
2013-02-16 Andreas Färbermcf5206: Pass M68kCPU to mcf5206_init()
2013-02-16 Andreas Färbertarget-m68k: Return M68kCPU from cpu_m68k_init()
2013-02-16 Andreas Färberppc405_uc: Pass PowerPCCPU to ppc40x_{core,chip,system...
2013-02-16 Andreas Färbertarget-xtensa: Move TCG initialization to XtensaCPU...
2013-02-16 Andreas Färbertarget-unicore32: Move TCG initialization to UniCore32C...
2013-02-16 Andreas Färbertarget-sparc: Move TCG initialization to SPARCCPU initfn
2013-02-16 Andreas Färbertarget-sh4: Move TCG initialization to SuperHCPU initfn
2013-02-16 Andreas Färbertarget-s390x: Move TCG initialization to S390CPU initfn
2013-02-16 Andreas Färbertarget-ppc: Move TCG initialization to PowerPCCPU initfn
2013-02-16 Andreas Färbertarget-mips: Move TCG initialization to MIPSCPU initfn
2013-02-16 Andreas Färbertarget-microblaze: Move TCG initialization to MicroBlaz...
2013-02-16 Andreas Färbertarget-m68k: Move TCG initialization to M68kCPU initfn
2013-02-16 Andreas Färbertarget-lm32: Move TCG initialization to LM32CPU initfn
2013-02-16 Andreas Färbertarget-cris: Move TCG initialization to CRISCPU initfn
2013-02-16 Andreas Färbertarget-arm: Move TCG initialization to ARMCPU initfn
2013-02-16 Andreas Färbertarget-xtensa: Introduce QOM realizefn for XtensaCPU
2013-02-16 Andreas Färbertarget-unicore32: Introduce QOM realizefn for UniCore32CPU
2013-02-16 Andreas Färbertarget-sparc: Introduce QOM realizefn for SPARCCPU
2013-02-16 Andreas Färbertarget-sh4: Introduce QOM realizefn for SuperHCPU
2013-02-16 Andreas Färbertarget-s390x: Introduce QOM realizefn for S390CPU
2013-02-16 Andreas Färbertarget-mips: Introduce QOM realizefn for MIPSCPU
2013-02-16 Andreas Färbertarget-microblaze: Introduce QOM realizefn for MicroBla...
2013-02-16 Andreas Färbertarget-m68k: Introduce QOM realizefn for M68kCPU
2013-02-16 Andreas Färbertarget-lm32: Introduce QOM realizefn for LM32CPU
2013-02-16 Andreas Färbertarget-cris: Introduce QOM realizefn for CRISCPU
2013-02-16 Andreas Färbertarget-ppc: Update PowerPCCPU to QOM realizefn
2013-02-16 Andreas Färbertarget-openrisc: Update OpenRISCCPU to QOM realizefn
2013-02-16 Andreas Färbertarget-i386: Update X86CPU to QOM realizefn
2013-02-16 Andreas Färbertarget-arm: Update ARMCPU to QOM realizefn
2013-02-16 Andreas Färbertarget-alpha: Update AlphaCPU to QOM realizefn
2013-02-16 Andreas Färbercpu: Prepare QOM realizefn
2013-02-16 Richard Hendersonbitops: Remove routines redundant with host-utils
2013-02-16 Richard Hendersonbitops: Replace bitops_ctol with ctzl
2013-02-16 Richard Hendersonbitops: Inline bitops_flsl
2013-02-16 Richard Hendersontarget-i386: Inline bitops_flsl
2013-02-16 Richard Hendersonbitops: Write bitops_flsl in terms of clzl
2013-02-16 Richard Hendersonmemory: Use non-bitops ctzl
2013-02-16 Richard Hendersonbitops: Use non-bitops ctzl
2013-02-16 Richard Hendersonhbitmap: Use non-bitops ctzl
2013-02-16 Richard Hendersonhost-utils: Fix coding style and add comments
2013-02-16 Richard Hendersonhost-utils: Add host long specific aliases for clz...
2013-02-16 Peter Maydellqemu-log: Rename CPULogItem, cpu_log_items to QEMULogIt...
2013-02-16 Peter Maydellcpus.c: Drop unnecessary set_cpu_log()
2013-02-16 Peter Maydellqemu-log: Rename the public-facing cpu_set_log function...
2013-02-16 Peter Maydellqemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log...
2013-02-16 Peter Maydellqemu-log: Abstract out "print usage message about valid...
2013-02-16 Peter Maydellqemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_...
2013-02-16 Evgeny VoevodinTCG: Move translation block variables to new context...
2013-02-16 Evgeny VoevodinTCG: Final globals clean-up
2013-02-15 Anthony LiguoriOpen up 1.5 development tree
2013-02-15 Anthony LiguoriUpdate VERSION for release v1.4.0
2013-02-14 Anthony LiguoriUpdate VERSION of release v1.4.0-rc2
2013-02-14 Alexander GrafRevert "Update OpenBIOS images"
2013-02-13 Peter Crosthwaitecadance_uart: Accept input after rx FIFO pop
2013-02-13 Stefan Hajnocziblock/curl: only restrict protocols with libcurl>=7...
2013-02-13 Markus Armbrusterqapi: Flatten away ChardevPort
2013-02-13 Markus Armbrusterchardev: Fix manual page and qemu-doc for -chardev tty
2013-02-13 Andreas Färbernet: Avoid NULL function pointer dereference on cleanup
2013-02-13 Cornelia Hucks390: Fix handling of iscs.
2013-02-13 Cornelia Hucks390: Keep I/O interrupts enabled for all iscs.
2013-02-13 Christian Borntraegers390/sclpconsole: prevent char layer callback during...
2013-02-13 Peter Crosthwaitexilinx.h: s/xilinx_axiethernetdma()/xilinx_axidma()
2013-02-13 Peter Crosthwaitexilinx.h: Dont qdev_create from ethernet_create()
2013-02-12 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-02-12 Stefan Hajnocziblock-migration: fix pending() and iterate() return...
2013-02-12 Stefan Hajnoczimigration: make qemu_ftell() public and support writabl...
next